Is there any way to provide SecurityScheme to a specific API endpoint? Looks like its only used in a global options and there is no way to provide custom auth for a single endpoint even with custom header because ParameterLocation.Header is not used anywhere
Is there any way to provide
SecuritySchemeto a specific API endpoint? Looks like its only used in a global options and there is no way to provide custom auth for a single endpoint even with custom header becauseParameterLocation.Headeris not used anywhere