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
The list of grants in the order the grant occurred.
44
+
The list of grant types in chronological order.
45
45
46
46
For example, if the token was the result of an `authorization_code` grant, the value will be `[authorization_code]`.
47
47
@@ -92,7 +92,7 @@ Available since version 1.26.
92
92
The expiration instant of the JWT expressed as [unix time](/docs/reference/data-types#unix-time). This registered claim is defined by [RFC 7519 Section 4.1.4](https://tools.ietf.org/html/rfc7519#section-4.1.4).
The list of grants in the order the grant occurred.
95
+
The list of grant types in chronological order.
96
96
97
97
For example, if the token was the result of an `authorization_code` grant, the value will be `[authorization_code]`.
98
98
@@ -202,7 +202,7 @@ The Id Token may be returned as part of an Authentication request when the `open
202
202
When the `Scope handling policy` is `Strict`, this field is only populated when the <InlineField>scope</InlineField> claim contains the `profile` scope.
0 commit comments