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
|`issued_token_type`| REQUIRED | Indicates the type of token issued. |`urn:ietf:params:oauth:token-type:id-jag`|
187
187
|`access_token`| REQUIRED | The Identity Assertion JWT Authorization Grant. (Note: Token Exchange requires the `access_token` response parameter for historical reasons, not an OAuth access token.) | (JWT string) |
188
-
|`token_type`| REQUIRED | The token type. |`N_A` (because this is not an OAuth access token.) |
189
-
|`scope`| OPTIONAL/REQUIRED | OPTIONAL if the scope of the issued token is identical to the requested; otherwise REQUIRED. May be fewer scopes than requested. |`scope1 scope2`|
190
-
|`expires_in`| RECOMMENDED | The lifetime in seconds of the authorization grant. |`3600`|
188
+
|`token_type`| REQUIRED | The token type. |`N_A` (because this is not an OAuth access token.) |
189
+
|`scope`| OPTIONAL/REQUIRED | OPTIONAL if the scope of the issued token is identical to the requested; otherwise REQUIRED. May be fewer scopes than requested. |`scope1 scope2`|
190
+
|`expires_in`| RECOMMENDED | The lifetime in seconds of the authorization grant. |`3600`|
0 commit comments