We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847bf14 commit e2c2da5Copy full SHA for e2c2da5
src/Identity/IdentityServer/RequestValidators/SendAccess/SendAccessConstants.cs
@@ -39,7 +39,7 @@ public static class GrantValidatorResults
39
/// <summary>
40
/// The sendId is valid and the request is well formed. Not returned in any response.
41
/// </summary>
42
- public const string ValidGuid = "valid_guid";
+ public const string ValidGuid = "valid_send_guid";
43
44
/// The sendId is missing from the request.
45
0 commit comments