Skip to content

Commit

Permalink
add OAuth2TokenServiceConstants.GRANT_TYPE_AUTHORIZATION_CODE
Browse files Browse the repository at this point in the history
  • Loading branch information
nenaraab committed Jan 29, 2020
1 parent 7a77081 commit 4eb428b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ private OAuth2TokenServiceConstants() {
public static final String GRANT_TYPE_PASSWORD = "password";
public static final String GRANT_TYPE_JWT_BEARER = "urn:ietf:params:oauth:grant-type:jwt-bearer";
public static final String GRANT_TYPE_CLIENT_X509 = "client_x509";
public static final String GRANT_TYPE_AUTHORIZATION_CODE = "authorization_code"; //not supported by token-client lib

public static final String TOKEN_TYPE_OPAQUE = "opaque";

Expand Down

0 comments on commit 4eb428b

Please sign in to comment.