Dela via


PasskeyAttestationResult Class

Definition

Represents the result of a passkey attestation operation.

public sealed class PasskeyAttestationResult
type PasskeyAttestationResult = class
Public NotInheritable Class PasskeyAttestationResult
Inheritance
PasskeyAttestationResult

Properties

Failure

Gets the error that occurred during attestation.

Passkey

Gets the passkey information collected during attestation when successful.

Succeeded

Gets whether the attestation was successful.

UserEntity

Gets the user entity associated with the passkey when successful.

Methods

Fail(PasskeyException)

Creates a failed result for a passkey attestation operation.

Success(UserPasskeyInfo, PasskeyUserEntity)

Creates a successful result for a passkey attestation operation.

Applies to