OAuth2

zio.http.endpoint.openapi.OpenAPI$.SecurityScheme$.OAuth2
final case class OAuth2(description: Doc, flows: OAuthFlows) extends SecurityScheme

Value parameters

description

A short description for security scheme.

flows

An object containing configuration information for the flow types supported.

Attributes

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

Members list

Value members

Concrete methods

override def `type`: String

Attributes

Definition Classes
override def toJson: String

Attributes

Definition Classes
OpenAPIBase

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product