LogoutRequest

soidc.core.model.LogoutRequest
final case class LogoutRequest(idTokenHint: Option[JWS], logoutHint: Option[String], clientId: Option[ClientId], postLogoutRedirectUri: Option[Uri], state: Option[State])

A request to the end_session_endpoint

Attributes

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

Members list

Value members

Concrete methods

def asUrlQuery: String
def withIdToken(idt: JWS): LogoutRequest
def withLogoutHint(hint: String): LogoutRequest

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]