SignInManager<TUser>.MakePasskeyRequestOptionsAsync(TUser) 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.
Creates passkey assertion options for the specified user.
public virtual System.Threading.Tasks.Task<string> MakePasskeyRequestOptionsAsync(TUser? user);
abstract member MakePasskeyRequestOptionsAsync : 'User -> System.Threading.Tasks.Task<string>
override this.MakePasskeyRequestOptionsAsync : 'User -> System.Threading.Tasks.Task<string>
Public Overridable Function MakePasskeyRequestOptionsAsync (user As TUser) As Task(Of String)
Parameters
- user
- TUser
The user for whom to create passkey assertion options.
Returns
A JSON string representing the created passkey assertion options.