AuthenticationExtensionsClientOutputs

data class AuthenticationExtensionsClientOutputs(val prf: PrfExtensionOutput? = null, val largeBlob: LargeBlobExtensionOutput? = null)

W3C WebAuthn L3: §9.1. WebAuthn Extensions Output

Constructors

Link copied to clipboard
constructor(prf: PrfExtensionOutput? = null, largeBlob: LargeBlobExtensionOutput? = null)

Properties

Link copied to clipboard
Link copied to clipboard