Make constant public

Issue gh-5199
This commit is contained in:
Steve Riesenberg 2024-03-15 14:39:21 -05:00
parent 9728f28380
commit 0078462e41
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9
1 changed files with 1 additions and 1 deletions

View File

@ -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.