OAuth2

zio.http.endpoint.openapi.OpenAPI.SecurityScheme.OAuth2
final case class OAuth2(description: Option[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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product