1 type derived from OkResponse
IdentitySample.PasskeyConformance (1)
Data\ServerPublicKeyCredentialOptionsResponse.cs (1)
11
internal sealed class ServerPublicKeyCredentialOptionsResponse(string optionsJson) :
OkResponse
()
2 instantiations of OkResponse
IdentitySample.PasskeyConformance (2)
Program.cs (2)
115
return Results.Ok(new
OkResponse
());
165
return Results.Ok(new
OkResponse
());