Skip to content

[I] OpenAPI3OAuthFlows

Allows configuration of the supported OAuth Flows.

https://spec.openapis.org/oas/v3.0.4.html#oauth-flows-object

[key: `x-${string}`]: any
PropertyTypeDescription
authorizationCode?OpenAPI3AuthorizationCodeOAuthFlowConfiguration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.
clientCredentials?OpenAPI3ClientCredentialsFlowConfiguration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.
implicit?OpenAPI3ImplicitOAuthFlowConfiguration for the OAuth Implicit flow
password?OpenAPI3PasswordOAuthFlowConfiguration for the OAuth Resource Owner Password flow