AuthenticationExtensionsPRFValues

data class AuthenticationExtensionsPRFValues(val first: Base64UrlBytes, val second: Base64UrlBytes? = null)

W3C WebAuthn L3: §9.2.1. AuthenticationExtensionsPRFValues dictionary

Constructors

Link copied to clipboard
constructor(first: Base64UrlBytes, second: Base64UrlBytes? = null)

Properties

Link copied to clipboard
Link copied to clipboard