OAuthFlows
zio.http.api.openapi.OpenAPI$.OAuthFlows
final case class OAuthFlows(`implicit`: Option[Implicit], password: Option[Password], clientCredentials: Option[ClientCredentials], authorizationCode: Option[AuthorizationCode])
Allows configuration of the supported OAuth Flows.
Attributes
- `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
- Graph
- Supertypes
Keywords
- no keywords
- override
Inherited
- Not inherited
- Product