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
* <p>The list of scopes for which authorization is requested. The access token that is issued
133
-
* is limited to the scopes that are granted. If this value is not specified, IAM Identity Center authorizes
134
-
* all scopes that are configured for the client during the call to <a>RegisterClient</a>.</p>
152
+
* <p>The list of scopes for which authorization is requested. This parameter has no effect; the access token will always include all scopes configured during client registration.</p>
135
153
* @public
136
154
*/
137
155
scope?: string[]|undefined;
@@ -359,6 +377,22 @@ export class InvalidGrantException extends __BaseException {
0 commit comments