Skip to content

Commit

Permalink
reactor : Restore GrantType (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzh425 authored Jun 12, 2024
1 parent 6264ea8 commit 53d34c9
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static class GrantType
[Description("PhoneCode")]
public const string PHONE_CODE = "phone_code";

[Description("LocalPhone")]
[Description("Phone")]
public const string LOCAL_PHONE = "local_phone";

[Description("ThirdPartyIdp")]
Expand All @@ -38,9 +38,6 @@ public static class GrantType
[Description("Impersonation")]
public const string IMPERSONATION = "impersonation";

[Description("PhoneNumber")]
public const string PHONE_NUMBER = "phone_number";

private static readonly List<(string, string)> _disallowCombinations = new List<(string, string)>
{
(IMPLICIT, AUTHORIZATION_CODE),
Expand Down

0 comments on commit 53d34c9

Please sign in to comment.