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
member_guid ='MBR-7c6f361b-e582-15b6-60c0-358f12466b4b'# String | The unique id for a `member`.
5619
5619
user_guid ='USR-fa7537f3-48aa-a683-a02a-b18940482f54'# String | The unique id for a `user`.
5620
5620
opts = {
5621
+
client_redirect_url:'https://mx.com', # String | A URL that MX will redirect to at the end of OAuth with additional query parameters. Only available with `referral_source=APP`.
5621
5622
referral_source:'APP', # String | Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`.
5622
5623
skip_aggregation:false, # Boolean | Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page.
5623
-
ui_message_webview_url_scheme:'mx'# String | A scheme for routing the user back to the application state they were previously in.
5624
+
ui_message_webview_url_scheme:'mx'# String | A scheme for routing the user back to the application state they were previously in. Only available with `referral_source=APP`.
5624
5625
}
5625
5626
5626
5627
begin
@@ -5656,9 +5657,10 @@ end
5656
5657
| ---- | ---- | ----------- | ----- |
5657
5658
|**member_guid**|**String**| The unique id for a `member`. ||
5658
5659
|**user_guid**|**String**| The unique id for a `user`. ||
5660
+
|**client_redirect_url**|**String**| A URL that MX will redirect to at the end of OAuth with additional query parameters. Only available with `referral_source=APP`. |[optional]|
5659
5661
|**referral_source**|**String**| Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`. |[optional]|
5660
5662
|**skip_aggregation**|**Boolean**| Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page. |[optional]|
5661
-
|**ui_message_webview_url_scheme**|**String**| A scheme for routing the user back to the application state they were previously in. |[optional]|
5663
+
|**ui_message_webview_url_scheme**|**String**| A scheme for routing the user back to the application state they were previously in. Only available with `referral_source=APP`. |[optional]|
# @param member_guid [String] The unique id for a `member`.
5291
5291
# @param user_guid [String] The unique id for a `user`.
5292
5292
# @param [Hash] opts the optional parameters
5293
+
# @option opts [String] :client_redirect_url A URL that MX will redirect to at the end of OAuth with additional query parameters. Only available with `referral_source=APP`.
5293
5294
# @option opts [String] :referral_source Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`.
5294
5295
# @option opts [Boolean] :skip_aggregation Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page.
5295
-
# @option opts [String] :ui_message_webview_url_scheme A scheme for routing the user back to the application state they were previously in.
5296
+
# @option opts [String] :ui_message_webview_url_scheme A scheme for routing the user back to the application state they were previously in. Only available with `referral_source=APP`.
# @param member_guid [String] The unique id for a `member`.
5305
5306
# @param user_guid [String] The unique id for a `user`.
5306
5307
# @param [Hash] opts the optional parameters
5308
+
# @option opts [String] :client_redirect_url A URL that MX will redirect to at the end of OAuth with additional query parameters. Only available with `referral_source=APP`.
5307
5309
# @option opts [String] :referral_source Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`.
5308
5310
# @option opts [Boolean] :skip_aggregation Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page.
5309
-
# @option opts [String] :ui_message_webview_url_scheme A scheme for routing the user back to the application state they were previously in.
5311
+
# @option opts [String] :ui_message_webview_url_scheme A scheme for routing the user back to the application state they were previously in. Only available with `referral_source=APP`.
5310
5312
# @return [Array<(OAuthWindowResponseBody, Integer, Hash)>] OAuthWindowResponseBody data, response status code and response headers
0 commit comments