AuthenticationResponse

data class AuthenticationResponse(val params: AuthenticationResponseParameters, val clientMetadata: RelyingPartyMetadata?, val jsonWebKeys: Collection<JsonWebKey>?)(source)

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.

Constructors

Link copied to clipboard
constructor(params: AuthenticationResponseParameters, clientMetadata: RelyingPartyMetadata?, jsonWebKeys: Collection<JsonWebKey>?)

Properties

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