AuthenticationResponse

Intermediate DTO to hold the parsed clientMetadata as well as the created params.

Comes in handy when we need to encrypt the response according to keys passed in jsonWebKeys.

Inheritors

Types

Link copied to clipboard
class Error(val error: OAuth2Error, val clientMetadata: RelyingPartyMetadata?, val jsonWebKeys: Collection<JsonWebKey>?) : AuthenticationResponse
Link copied to clipboard
class Success(val params: AuthenticationResponseParameters, val clientMetadata: RelyingPartyMetadata?, val jsonWebKeys: Collection<JsonWebKey>?) : AuthenticationResponse

Properties

Link copied to clipboard
Link copied to clipboard
val jsonWebKeys: Collection<JsonWebKey>?