Share via


DefaultPasskeyHandler<TUser>.PerformAssertionAsync Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyAssertionResult<TUser>> PerformAssertionAsync(Microsoft.AspNetCore.Identity.PasskeyAssertionContext<TUser> context);
abstract member PerformAssertionAsync : Microsoft.AspNetCore.Identity.PasskeyAssertionContext<'User (requires 'User : null)> -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyAssertionResult<'User>>
override this.PerformAssertionAsync : Microsoft.AspNetCore.Identity.PasskeyAssertionContext<'User (requires 'User : null)> -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyAssertionResult<'User>>
Public Function PerformAssertionAsync (context As PasskeyAssertionContext(Of TUser)) As Task(Of PasskeyAssertionResult(Of TUser))

Parameters

context
PasskeyAssertionContext<TUser>

The context containing necessary information for passkey assertion.

Returns

A task object representing the asynchronous operation containing the PasskeyAssertionResult<TUser>.

Implements

Applies to