IOpenApiAuthenticationOptions interface
Defines options for OpenAPI authentication schemes.
public interface IOpenApiAuthenticationOptions
Members
| name | description |
|---|---|
| Description { get; set; } | Optional description for the security scheme in OpenAPI documentation. |
| DocumentationId { get; set; } | Optional documentation identifiers associated with this authentication scheme. |
| GlobalScheme { get; set; } | If true, this security scheme is applied globally in OpenAPI documentation. |
| static readonly DefaultDocumentationIds | Default documentation identifiers for OpenAPI authentication schemes. |
| const DefaultSchemeName | Default authentication scheme name. |