SecuritySchemeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of the security scheme
public enum SecuritySchemeType
type SecuritySchemeType =
Public Enum SecuritySchemeType
- Inheritance
-
SecuritySchemeType
Fields
Name | Value | Description |
---|---|---|
ApiKey | 0 | Use API key |
Http | 1 | Use basic or bearer token authorization header. |
OAuth2 | 2 | Use OAuth2 |
OpenIdConnect | 3 | Use OAuth2 with OpenId Connect URL to discover OAuth2 configuration value. |