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