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 redirect URI that are defined by the client. At completion of authorization,
844
+
* this list is used to restrict what locations the user agent can be redirected back to.</p>
845
+
* @public
846
+
*/
847
+
redirectUris?: string[];
848
+
849
+
/**
850
+
* <p>The list of OAuth 2.0 grant types that are defined by the client. This list is used to
851
+
* restrict the token granting flows available to the client.</p>
852
+
* @public
853
+
*/
854
+
grantTypes?: string[];
855
+
856
+
/**
857
+
* <p>The IAM Identity Center Issuer URL associated with an instance of IAM Identity Center. This value is needed for user access to resources through the client.</p>
858
+
* @public
859
+
*/
860
+
issuerUrl?: string;
861
+
862
+
/**
863
+
* <p>This IAM Identity Center application ARN is used to define administrator-managed configuration for public client access to resources. At
864
+
* authorization, the scopes, grants, and redirect URI available to this client will be restricted by this application resource.</p>
0 commit comments