1 write to AssertionState
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
620AssertionState = passkeyInfo.State,
2 references to AssertionState
Microsoft.AspNetCore.Identity (2)
PasskeyHandler.cs (1)
392if (context.AssertionState is not { } assertionStateJson)
PasskeyRequestOptionsResult.cs (1)
25/// This can be later retrieved during assertion with <see cref="PasskeyAssertionContext.AssertionState"/>.