PrfExtensionOutput

data class PrfExtensionOutput(val enabled: Boolean? = null, val results: AuthenticationExtensionsPRFValues? = null)

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

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, results: AuthenticationExtensionsPRFValues? = null)

Properties

Link copied to clipboard
Link copied to clipboard