[I] OpenAPIOAuthFlows3_2
Allows configuration of the supported OAuth Flows.
https://spec.openapis.org/oas/v3.2.0.html#oauthFlowsObject
Extends
Section titled “Extends”Indexable
Section titled “Indexable”[key: `x-${string}`]: anyProperties
Section titled “Properties”| Property | Type | Description | Inherited from | 
|---|---|---|---|
| authorizationCode? | OpenAPI3AuthorizationCodeOAuthFlow | Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0. | OpenAPI3OAuthFlows.authorizationCode | 
| clientCredentials? | OpenAPI3ClientCredentialsFlow | Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0. | OpenAPI3OAuthFlows.clientCredentials | 
| deviceAuthorization? | OpenAPIDeviceAuthorizationFlow3_2 | Configuration for the OAuth 2.0 Device Authorization Grant flow. See https://spec.openapis.org/oas/v3.2.0.html#oauth-flows-object | - | 
| implicit? | OpenAPI3ImplicitOAuthFlow | Configuration for the OAuth Implicit flow | OpenAPI3OAuthFlows.implicit | 
| password? | OpenAPI3PasswordOAuthFlow | Configuration for the OAuth Resource Owner Password flow | OpenAPI3OAuthFlows.password |