WebAuthnPolicy

data class WebAuthnPolicy(val pubKeyCredParams: List<PubKeyCredParam> = defaultPubKeyCredParams, val authenticatorSelection: AuthenticatorSelection = AuthenticatorSelection(), val attestation: Attestation = Attestation.NONE, val timeout: Long)(source)

Constructors

Link copied to clipboard
constructor(pubKeyCredParams: List<PubKeyCredParam> = defaultPubKeyCredParams, authenticatorSelection: AuthenticatorSelection = AuthenticatorSelection(), attestation: Attestation = Attestation.NONE, timeout: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard