Dela via


PasskeyAssertionResult<TUser> Class

Definition

Represents the result of a passkey assertion operation.

public sealed class PasskeyAssertionResult<TUser> where TUser : class
type PasskeyAssertionResult<'User (requires 'User : null)> = class
Public NotInheritable Class PasskeyAssertionResult(Of TUser)

Type Parameters

TUser
Inheritance
PasskeyAssertionResult<TUser>

Properties

Failure

Gets the error that occurred during assertion.

Passkey

Gets the updated passkey information when assertion succeeds.

Succeeded

Gets whether the assertion was successful.

User

Gets the user associated with the passkey when assertion succeeds.

Applies to