OpenIdConnect

zio.http.endpoint.openapi.OpenAPI.SecurityScheme.OpenIdConnect
final case class OpenIdConnect(description: Option[Doc], openIdConnectUrl: URI) extends SecurityScheme

Value parameters

description

A short description for security scheme.

openIdConnectUrl

OpenId Connect URL to discover OAuth2 configuration values.

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