PrfExtensionInput

data class PrfExtensionInput(val eval: AuthenticationExtensionsPRFValues? = null, val evalByCredential: Map<String, AuthenticationExtensionsPRFValues>? = null)

W3C WebAuthn L3: §9.2.1. HMAC Secret Extension (prf)

Constructors

Link copied to clipboard
constructor(eval: AuthenticationExtensionsPRFValues? = null, evalByCredential: Map<String, AuthenticationExtensionsPRFValues>? = null)

Properties