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
* @param {string} memberGuid The unique id for a `member`.
7390
7402
* @param {string} userGuid The unique id for a `user`.
7403
+
* @param {string} [clientRedirectUrl] A URL that MX will redirect to at the end of OAuth with additional query parameters. Only available with `referral_source=APP`.
7391
7404
* @param {string} [referralSource] Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`.
7392
7405
* @param {boolean} [skipAggregation] Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page.
7393
-
* @param {string} [uiMessageWebviewUrlScheme] A scheme for routing the user back to the application state they were previously in.
7406
+
* @param {string} [uiMessageWebviewUrlScheme] A scheme for routing the user back to the application state they were previously in. Only available with `referral_source=APP`.
* @param {string} memberGuid The unique id for a `member`.
9084
9101
* @param {string} userGuid The unique id for a `user`.
9102
+
* @param {string} [clientRedirectUrl] A URL that MX will redirect to at the end of OAuth with additional query parameters. Only available with `referral_source=APP`.
9085
9103
* @param {string} [referralSource] Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`.
9086
9104
* @param {boolean} [skipAggregation] Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page.
9087
-
* @param {string} [uiMessageWebviewUrlScheme] A scheme for routing the user back to the application state they were previously in.
9105
+
* @param {string} [uiMessageWebviewUrlScheme] A scheme for routing the user back to the application state they were previously in. Only available with `referral_source=APP`.
@@ -10165,14 +10183,15 @@ export const MxPlatformApiFactory = function (configuration?: Configuration, bas
10165
10183
* @summary Request oauth window uri
10166
10184
* @param {string} memberGuid The unique id for a `member`.
10167
10185
* @param {string} userGuid The unique id for a `user`.
10186
+
* @param {string} [clientRedirectUrl] A URL that MX will redirect to at the end of OAuth with additional query parameters. Only available with `referral_source=APP`.
10168
10187
* @param {string} [referralSource] Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`.
10169
10188
* @param {boolean} [skipAggregation] Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page.
10170
-
* @param {string} [uiMessageWebviewUrlScheme] A scheme for routing the user back to the application state they were previously in.
10189
+
* @param {string} [uiMessageWebviewUrlScheme] A scheme for routing the user back to the application state they were previously in. Only available with `referral_source=APP`.
* This endpoint allows partners to get a URL by passing the `widget_type` in the request body, as well as configuring it in several different ways. In the case of Connect, that means setting the `widget_type` to `connect_widget`. Partners may also pass an optional `Accept-Language` header as well as a number of configuration options. Note that this is a `POST` request.
@@ -11381,15 +11400,16 @@ export class MxPlatformApi extends BaseAPI {
11381
11400
* @summary Request oauth window uri
11382
11401
* @param {string} memberGuid The unique id for a `member`.
11383
11402
* @param {string} userGuid The unique id for a `user`.
11403
+
* @param {string} [clientRedirectUrl] A URL that MX will redirect to at the end of OAuth with additional query parameters. Only available with `referral_source=APP`.
11384
11404
* @param {string} [referralSource] Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`.
11385
11405
* @param {boolean} [skipAggregation] Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page.
11386
-
* @param {string} [uiMessageWebviewUrlScheme] A scheme for routing the user back to the application state they were previously in.
11406
+
* @param {string} [uiMessageWebviewUrlScheme] A scheme for routing the user back to the application state they were previously in. Only available with `referral_source=APP`.
0 commit comments