AuthorizationRequest

soidc.core.model.AuthorizationRequest
final case class AuthorizationRequest(clientId: ClientId, redirectUri: Uri, responseType: ResponseType, scopes: ScopeList, state: Option[State], responseMode: Option[ResponseMode], nonce: Option[Nonce], prompt: Option[Prompt], maxAge: Option[MaxAge])

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val asMap: Map[String, String]
lazy val asUrlParameterMap: Map[String, String]