6 instantiations of FailedResponse
IdentitySample.PasskeyConformance (6)
Program.cs (6)
83return Results.BadRequest(new FailedResponse("There are no original passkey options present.")); 89return Results.BadRequest(new FailedResponse($"Attestation failed: {attestationResult.Failure.Message}")); 104return Results.InternalServerError(new FailedResponse("Failed to create the user.")); 112return Results.InternalServerError(new FailedResponse("Unable to update the user.")); 154return Results.BadRequest(new FailedResponse("There are no original passkey options present.")); 160return Results.BadRequest(new FailedResponse($"Assertion failed: {assertionResult.Failure.Message}"));