Skip to content

Commit

Permalink
Merge pull request #295 from waleswood/patch-3
Browse files Browse the repository at this point in the history
Update GrantType.cs
  • Loading branch information
gmf520 authored Sep 7, 2023
2 parents ca64f35 + 07ed914 commit f31456a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/OSharp/Identity/JwtBearer/GrantType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ public class GrantType
/// 刷新Token类型
/// </summary>
public const string RefreshToken = "refresh_token";
}

/// <summary>
/// 授权码类型
/// </summary>
public const string AuthorizationCode = "authorization_code";
}

0 comments on commit f31456a

Please sign in to comment.