Share via


DefaultPasskeyHandler<TUser>.PerformAttestationAsync Method

Definition

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

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

Parameters

context
PasskeyAttestationContext<TUser>

The context containing necessary information for passkey attestation.

Returns

A task object representing the asynchronous operation containing the PasskeyAttestationResult.

Implements

Applies to