DefaultPasskeyHandler<TUser>.PerformAssertionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>.