OAuth2

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

Attributes

description

A short description for security scheme.

flows

An object containing configuration information for the flow types supported.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Keywords
  • no keywords
  • override
Inherited
  • Not inherited
  • Product

Members list

Concise view

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