Skip to content

[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

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