OpenIdConnect

zio.http.api.openapi.OpenAPI$.SecurityScheme$.OpenIdConnect
final case class OpenIdConnect(description: Doc, openIdConnectUrl: URI) extends SecurityScheme

Attributes

description

A short description for security scheme.

openIdConnectUrl

OpenId Connect URL to discover OAuth2 configuration values.

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

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