Skip to content

[I] OpenAPIOAuthFlows3_2

Allows configuration of the supported OAuth Flows.

https://spec.openapis.org/oas/v3.2.0.html#oauthFlowsObject

[key: `x-${string}`]: any
PropertyTypeDescriptionInherited from
authorizationCode?OpenAPI3AuthorizationCodeOAuthFlowConfiguration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.OpenAPI3OAuthFlows.authorizationCode
clientCredentials?OpenAPI3ClientCredentialsFlowConfiguration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.OpenAPI3OAuthFlows.clientCredentials
deviceAuthorization?OpenAPIDeviceAuthorizationFlow3_2Configuration for the OAuth 2.0 Device Authorization Grant flow. See https://spec.openapis.org/oas/v3.2.0.html#oauth-flows-object-
implicit?OpenAPI3ImplicitOAuthFlowConfiguration for the OAuth Implicit flowOpenAPI3OAuthFlows.implicit
password?OpenAPI3PasswordOAuthFlowConfiguration for the OAuth Resource Owner Password flowOpenAPI3OAuthFlows.password