[I] OpenAPI3OAuthFlows
Allows configuration of the supported OAuth Flows.
https://spec.openapis.org/oas/v3.0.4.html#oauth-flows-object
Extends
Section titled “Extends”Extended by
Section titled “Extended by”Indexable
Section titled “Indexable”[key: `x-${string}`]: anyProperties
Section titled “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 |