Dela via


IdentityPasskeyOptions Class

Definition

Specifies options for passkey requirements.

public class IdentityPasskeyOptions
type IdentityPasskeyOptions = class
Public Class IdentityPasskeyOptions
Inheritance
IdentityPasskeyOptions

Constructors

IdentityPasskeyOptions()

Properties

AttestationConveyancePreference

Gets or sets the attestation conveyance preference.

AuthenticatorAttachment

Gets or sets the allowed authenticator attachment.

AuthenticatorTimeout

Gets or sets the time that the browser should wait for the authenticator to provide a passkey.

ChallengeSize

Gets or sets the size of the challenge in bytes sent to the client during attestation and assertion.

IsAllowedAlgorithm

Gets or sets a function that determines whether the given COSE algorithm identifier is allowed for passkey operations.

ResidentKeyRequirement

Gets or sets the extent to which the server desires to create a client-side discoverable credential.

ServerDomain

Gets or sets the effective domain of the server. This should be unique and will be used as the identity for the server.

UserVerificationRequirement

Gets or sets the user verification requirement.

ValidateOrigin

Gets or sets a function that validates the origin of the request.

VerifyAttestationStatement

Gets or sets a function that verifies the attestation statement of a passkey.

Applies to