IPasskeyHandler<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 PasskeyAssertionContext.
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyAssertionResult<TUser>> PerformAssertionAsync(Microsoft.AspNetCore.Identity.PasskeyAssertionContext context);
abstract member PerformAssertionAsync : Microsoft.AspNetCore.Identity.PasskeyAssertionContext -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyAssertionResult<'User>>
Public Function PerformAssertionAsync (context As PasskeyAssertionContext) As Task(Of PasskeyAssertionResult(Of TUser))
Parameters
- context
- PasskeyAssertionContext
The context containing necessary information for passkey assertion.
Returns
A PasskeyAssertionResult<TUser> representing the result.