[I] OpenAPI3OAuthFlows
Allows configuration of the supported OAuth Flows.
See
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#oauthFlowsObject
Extends
Indexable
[key: `x-${string}`]: any
Properties
Property | Type | Description |
---|---|---|
authorizationCode? | OpenAPI3AuthorizationCodeOAuthFlow | Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0. |
clientCredentials? | OpenAPI3ClientCredentialsFlow | Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0. |
implicit? | OpenAPI3ImplicitOAuthFlow | Configuration for the OAuth Implicit flow |
password? | OpenAPI3PasswordOAuthFlow | Configuration for the OAuth Resource Owner Password flow |