You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/endpoint/OAuth2ParameterNames.java
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,18 @@ public final class OAuth2ParameterNames {
182
182
*/
183
183
publicstaticfinalStringINTERVAL = "interval";
184
184
185
+
/**
186
+
* {@code audience} - used in Token Exchange Access Token Request.
187
+
* @since 6.3
188
+
*/
189
+
publicstaticfinalStringAUDIENCE = "audience";
190
+
191
+
/**
192
+
* {@code resource} - used in Token Exchange Access Token Request.
193
+
* @since 6.3
194
+
*/
195
+
publicstaticfinalStringRESOURCE = "resource";
196
+
185
197
/**
186
198
* {@code requested_token_type} - used in Token Exchange Access Token Request.
0 commit comments