Skip to content

Commit f217ae0

Browse files
committed
copy updates
1 parent 4ef17cd commit f217ae0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

astro/src/content/docs/_shared/_access-token-claims.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import RemovedSince from 'src/components/api/RemovedSince.astro';
4040
[RFC 7519 Section 4.1.4](https://tools.ietf.org/html/rfc7519#section-4.1.4).
4141
</APIField>
4242
<APIField name="gty" since="1.60.0" type="Array<String>">
43-
The list of grants in the order the grant occurred.
43+
The list of grant types in chronological order.
4444

4545
For example, if the token was the result of an `authorization_code` grant, the value will be `[authorization_code]`.
4646

astro/src/content/docs/lifecycle/authenticate-users/oauth/tokens.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following describes the claims found in the JWT header.
4141

4242
<APIBlock>
4343
<APIField name="gty" since="1.36.0" type="Array<String>" deprecated>
44-
The list of grants in the order the grant occurred.
44+
The list of grant types in chronological order.
4545

4646
For example, if the token was the result of an `authorization_code` grant, the value will be `[authorization_code]`.
4747

@@ -92,7 +92,7 @@ Available since version 1.26.
9292
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).
9393
</APIField>
9494
<APIField name="gty" since="1.60.0" type="Array<String>">
95-
The list of grants in the order the grant occurred.
95+
The list of grant types in chronological order.
9696

9797
For example, if the token was the result of an `authorization_code` grant, the value will be `[authorization_code]`.
9898

@@ -202,7 +202,7 @@ The Id Token may be returned as part of an Authentication request when the `open
202202
When the `Scope handling policy` is `Strict`, this field is only populated when the <InlineField>scope</InlineField> claim contains the `profile` scope.
203203
</APIField>
204204
<APIField name="gty" since="1.60.0" type="Array<String>">
205-
The list of grants in the order the grant occurred.
205+
The list of grant types in chronological order.
206206

207207
For example, if the token was the result of an `authorization_code` grant, the value will be `[authorization_code]`.
208208

0 commit comments

Comments
 (0)