Skip to content

Commit

Permalink
Make constant public
Browse files Browse the repository at this point in the history
Issue gh-5199
  • Loading branch information
sjohnr committed Mar 15, 2024
1 parent 9728f28 commit 0078462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public final class OAuth2ParameterNames {
* {@code issued_token_type} - used in Token Exchange Access Token Response.
* @since 6.3
*/
private static final String ISSUED_TOKEN_TYPE = "issued_token_type";
public static final String ISSUED_TOKEN_TYPE = "issued_token_type";

/**
* {@code subject_token} - used in Token Exchange Access Token Request.
Expand Down

0 comments on commit 0078462

Please sign in to comment.