PrfAuthenticationResult
data class PrfAuthenticationResult(val response: RawAuthenticationResponse, val prfResults: AuthenticationExtensionsPRFValues, val session: PrfCryptoSession)
Result bundle for a PRF-enabled assertion and its derived crypto session.
Constructors
Link copied to clipboard
constructor(response: RawAuthenticationResponse, prfResults: AuthenticationExtensionsPRFValues, session: PrfCryptoSession)