OAuthFlows
final case class OAuthFlows(`implicit`: Option[Implicit], password: Option[Password], clientCredentials: Option[ClientCredentials], authorizationCode: Option[AuthorizationCode])
Allows configuration of the supported OAuth Flows.
- Value parameters:
- `implicit`
Configuration for the OAuth Implicit flow.
- authorizationCode
Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.
- clientCredentials
Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.
- password
Configuration for the OAuth Resource Owner Password flow