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
@@ -7413,6 +7414,7 @@ with mx_platform_python.ApiClient(configuration) as api_client:
7413
7414
member_guid ="MBR-7c6f361b-e582-15b6-60c0-358f12466b4b"# str | The unique id for a `member`.
7414
7415
user_guid ="USR-fa7537f3-48aa-a683-a02a-b18940482f54"# str | The unique id for a `user`.
7415
7416
client_redirect_url ="https://mx.com"# str | A URL that MX will redirect to at the end of OAuth with additional query parameters. Only available with `referral_source=APP`. (optional)
7417
+
enable_app2app ="false"# str | This indicates whether OAuth app2app behavior is enabled for institutions that support it. Defaults to `true`. This setting is not persistent. (optional)
7416
7418
referral_source ="APP"# str | Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`. (optional)
7417
7419
skip_aggregation =False# bool | Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page. (optional)
7418
7420
ui_message_webview_url_scheme ="mx"# str | A scheme for routing the user back to the application state they were previously in. Only available with `referral_source=APP`. (optional)
@@ -7429,7 +7431,7 @@ with mx_platform_python.ApiClient(configuration) as api_client:
print("Exception when calling MxPlatformApi->request_o_auth_window_uri: %s\n"% e)
@@ -7443,6 +7445,7 @@ Name | Type | Description | Notes
7443
7445
**member_guid** | **str**| The unique id for a `member`. |
7444
7446
**user_guid** | **str**| The unique id for a `user`. |
7445
7447
**client_redirect_url** | **str**| A URL that MX will redirect to at the end of OAuth with additional query parameters. Only available with `referral_source=APP`. | [optional]
7448
+
**enable_app2app** | **str**| This indicates whether OAuth app2app behavior is enabled for institutions that support it. Defaults to `true`. This setting is not persistent. | [optional]
7446
7449
**referral_source** | **str**| Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`. | [optional]
7447
7450
**skip_aggregation** | **bool**| Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page. | [optional]
7448
7451
**ui_message_webview_url_scheme** | **str**| A scheme for routing the user back to the application state they were previously in. Only available with `referral_source=APP`. | [optional]
client_redirect_url (str): A URL that MX will redirect to at the end of OAuth with additional query parameters. Only available with `referral_source=APP`.. [optional]
13124
+
enable_app2app (str): This indicates whether OAuth app2app behavior is enabled for institutions that support it. Defaults to `true`. This setting is not persistent.. [optional]
13119
13125
referral_source (str): Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`.. [optional]
13120
13126
skip_aggregation (bool): Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page.. [optional]
13121
13127
ui_message_webview_url_scheme (str): A scheme for routing the user back to the application state they were previously in. Only available with `referral_source=APP`.. [optional]
0 commit comments