Expand description
Security scheme and requirement types.
Structs§
- ApiKey
Security Scheme - API key security scheme definition.
- Authorization
CodeO Auth Flow - Authorization code flow settings.
- Client
CredentialsO Auth Flow - Client credentials flow settings.
- Device
CodeO Auth Flow - Device code flow settings.
- Http
Auth Security Scheme - HTTP auth security scheme definition.
- ImplicitO
Auth Flow - Implicit flow settings.
- Mutual
TlsSecurity Scheme - Mutual TLS security scheme definition.
- OAuth2
Security Scheme - OAuth 2.0 security scheme definition.
- Open
IdConnect Security Scheme - OpenID Connect security scheme definition.
- PasswordO
Auth Flow - Password flow settings.
- Security
Requirement - Security requirement mapping from scheme name to scopes.
- String
List - Wrapper used by proto JSON for repeated string values in maps.
Enums§
- OAuth
Flows - Supported OAuth 2.0 flow variants.
- Security
Scheme - Supported security scheme variants.