Skip to content

Commit 0078462

Browse files
committed
Make constant public
Issue gh-5199
1 parent 9728f28 commit 0078462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/endpoint/OAuth2ParameterNames.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public final class OAuth2ParameterNames {
204204
* {@code issued_token_type} - used in Token Exchange Access Token Response.
205205
* @since 6.3
206206
*/
207-
private static final String ISSUED_TOKEN_TYPE = "issued_token_type";
207+
public static final String ISSUED_TOKEN_TYPE = "issued_token_type";
208208

209209
/**
210210
* {@code subject_token} - used in Token Exchange Access Token Request.

0 commit comments

Comments
 (0)