Share via


IPasskeyHandler<TUser> Interface

Definition

Represents a handler for generating passkey creation and request options and performing passkey assertion and attestation.

public interface IPasskeyHandler<TUser> where TUser : class
type IPasskeyHandler<'User (requires 'User : null)> = interface
Public Interface IPasskeyHandler(Of TUser)

Type Parameters

TUser
Derived

Methods

MakeCreationOptionsAsync(PasskeyUserEntity, HttpContext)

Generates passkey creation options for the specified user entity and HTTP context.

MakeRequestOptionsAsync(TUser, HttpContext)

Generates passkey request options for the specified user and HTTP context.

PerformAssertionAsync(PasskeyAssertionContext)

Performs passkey assertion using the provided PasskeyAssertionContext.

PerformAttestationAsync(PasskeyAttestationContext)

Performs passkey attestation using the provided PasskeyAttestationContext.

Applies to