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
@@ -174,8 +175,9 @@ public class OAuth2Authorization implements Serializable {
174
175
<2> `registeredClientId`: The ID that uniquely identifies the <<registered-client, RegisteredClient>>.
175
176
<3> `principalName`: The principal name of the resource owner (or client).
176
177
<4> `authorizationGrantType`: The `AuthorizationGrantType` used.
177
-
<5> `tokens`: The `OAuth2Token` instances (and associated metadata) specific to the executed authorization grant type.
178
-
<6> `attributes`: The additional attributes specific to the executed authorization grant type – for example, the authenticated `Principal`, `OAuth2AuthorizationRequest`, authorized scope(s), and others.
178
+
<5> `authorizedScopes`: The `Set` of scope(s) authorized for the client.
179
+
<6> `tokens`: The `OAuth2Token` instances (and associated metadata) specific to the executed authorization grant type.
180
+
<7> `attributes`: The additional attributes specific to the executed authorization grant type – for example, the authenticated `Principal`, `OAuth2AuthorizationRequest`, and others.
179
181
180
182
`OAuth2Authorization` and its associated `OAuth2Token` instances have a set lifespan.
181
183
A newly issued `OAuth2Token` is active and becomes inactive when it either expires or is invalidated (revoked).
0 commit comments