ResponseParametersFrom
Intermediate class to transport the source of parsed AuthenticationResponseParameters
Inheritors
Types
Link copied to clipboard
data class JweDecrypted(val jweDecrypted: JweDecrypted<AuthenticationResponseParameters>, val parent: ResponseParametersFrom, val parameters: AuthenticationResponseParameters) : ResponseParametersFrom
Link copied to clipboard
data class JweForJws(val jweDecrypted: JweDecrypted<String>, val parent: ResponseParametersFrom, val parameters: AuthenticationResponseParameters) : ResponseParametersFrom
Link copied to clipboard
data class JwsSigned(val jwsSigned: JwsSigned<AuthenticationResponseParameters>, val parent: ResponseParametersFrom, val parameters: AuthenticationResponseParameters) : ResponseParametersFrom
Link copied to clipboard
Link copied to clipboard
data class Uri(val url: Url, val parameters: AuthenticationResponseParameters) : ResponseParametersFrom