3 references to MakePasskeyRequestOptionsAsync
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
591/// should be obtained by calling <see cref="MakePasskeyRequestOptionsAsync(TUser)"/>. 635/// should be obtained by calling <see cref="MakePasskeyRequestOptionsAsync(TUser)"/>.
Microsoft.AspNetCore.Identity.Test (1)
SignInManagerTest.cs (1)
461var optionsJson = await helper.MakePasskeyRequestOptionsAsync(user);