5 references to AsJson
IdentitySample.PasskeyConformance (1)
Program.cs (1)
138
var response = new ServerPublicKeyCredentialOptionsResponse(options.
AsJson
());
IdentitySample.PasskeyUI (1)
Program.cs (1)
91
return Results.Content(options.
AsJson
(), contentType: "application/json");
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
516
OriginalOptionsJson = options.
AsJson
(),
681
props.Items[PasskeyRequestOptionsKey] = options.
AsJson
();
Microsoft.AspNetCore.Identity.Test (1)
SignInManagerTest.cs (1)
1476
var optionsJson = JsonNode.Parse(options.
AsJson
()).AsObject();