OAuthFlows

zio.http.endpoint.openapi.OpenAPI.SecurityScheme.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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product