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
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
19
19
20
20
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
member_guid ="MBR-7c6f361b-e582-15b6-60c0-358f12466b4b"# str | The unique id for a `member`.
6526
6527
user_guid ="USR-fa7537f3-48aa-a683-a02a-b18940482f54"# str | The unique id for a `user`.
6528
+
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)
6527
6529
referral_source ="APP"# str | Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`. (optional)
6528
6530
skip_aggregation =False# bool | Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page. (optional)
6529
-
ui_message_webview_url_scheme ="mx"# str | A scheme for routing the user back to the application state they were previously in. (optional)
6531
+
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)
6530
6532
6531
6533
# example passing only required values which don't have defaults set
6532
6534
try:
@@ -6540,7 +6542,7 @@ with mx_platform_python.ApiClient(configuration) as api_client:
**member_guid** | **str**| The unique id for a `member`. |
6555
6557
**user_guid** | **str**| The unique id for a `user`. |
6558
+
**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]
6556
6559
**referral_source** | **str**| Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`. | [optional]
6557
6560
**skip_aggregation** | **bool**| Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page. | [optional]
6558
-
**ui_message_webview_url_scheme** | **str**| A scheme for routing the user back to the application state they were previously in. | [optional]
6561
+
**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]
6559
6562
6560
6563
### Return type
6561
6564
@@ -6621,6 +6624,7 @@ with mx_platform_python.ApiClient(configuration) as api_client:
6621
6624
user_guid ="USR-fa7537f3-48aa-a683-a02a-b18940482f54"# str | The unique id for a `user`.
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
21
21
22
22
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
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]
11645
11651
referral_source (str): Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`.. [optional]
11646
11652
skip_aggregation (bool): Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page.. [optional]
11647
-
ui_message_webview_url_scheme (str): A scheme for routing the user back to the application state they were previously in.. [optional]
11653
+
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]
11648
11654
_return_http_data_only (bool): response data without head status
11649
11655
code and headers. Default is True.
11650
11656
_preload_content (bool): if False, the urllib3.HTTPResponse object
0 commit comments