Skip to content

Commit

Permalink
📝 change: change the annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd-c committed Aug 5, 2021
1 parent c3cc8b5 commit 4c83c45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public enum JapErrorCode {
MISS_AUTHENTICATE_CONFIG(1005, "AuthenticateConfig is required."),
MISS_ISSUER(1006, "OidcStrategy requires a issuer option."),
MISS_CREDENTIALS(1007, "Missing credentials"),
INVALID_GRANT_TYPE(1008, "The grant type is not supported by the authorization server, or the current client is not authorized for the grant type."),
;

private final int errroCode;
Expand Down

0 comments on commit 4c83c45

Please sign in to comment.