Share via


IPasskeyHandler<TUser> Interface

Definition

Represents a handler for 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

PerformAssertionAsync(PasskeyAssertionContext<TUser>)

Performs passkey assertion using the provided credential JSON, original options JSON, and optional user.

PerformAttestationAsync(PasskeyAttestationContext<TUser>)

Performs passkey attestation using the provided credential JSON and original options JSON.

Applies to