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
Copy file name to clipboardExpand all lines: docs/MxPlatformApi.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6374,6 +6374,7 @@ member_guid = 'MBR-7c6f361b-e582-15b6-60c0-358f12466b4b' # String | The unique i
6374
6374
user_guid ='USR-fa7537f3-48aa-a683-a02a-b18940482f54'# String | The unique id for a `user`.
6375
6375
opts = {
6376
6376
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`.
6377
+
enable_app2app:'false', # String | This indicates whether OAuth app2app behavior is enabled for institutions that support it. Defaults to `true`. This setting is not persistent.
6377
6378
referral_source:'APP', # String | Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`.
6378
6379
skip_aggregation:false, # Boolean | Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page.
6379
6380
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`.
@@ -6413,6 +6414,7 @@ end
6413
6414
|**member_guid**|**String**| The unique id for a `member`. ||
6414
6415
|**user_guid**|**String**| The unique id for a `user`. ||
6415
6416
|**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]|
6417
+
|**enable_app2app**|**String**| This indicates whether OAuth app2app behavior is enabled for institutions that support it. Defaults to `true`. This setting is not persistent. |[optional]|
6416
6418
|**referral_source**|**String**| Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`. |[optional]|
6417
6419
|**skip_aggregation**|**Boolean**| Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page. |[optional]|
6418
6420
|**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 user_guid [String] The unique id for a `user`.
6031
6031
# @param [Hash] opts the optional parameters
6032
6032
# @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`.
6033
+
# @option opts [String] :enable_app2app This indicates whether OAuth app2app behavior is enabled for institutions that support it. Defaults to `true`. This setting is not persistent.
6033
6034
# @option opts [String] :referral_source Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`.
6034
6035
# @option opts [Boolean] :skip_aggregation Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page.
6035
6036
# @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 user_guid [String] The unique id for a `user`.
6046
6047
# @param [Hash] opts the optional parameters
6047
6048
# @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`.
6049
+
# @option opts [String] :enable_app2app This indicates whether OAuth app2app behavior is enabled for institutions that support it. Defaults to `true`. This setting is not persistent.
6048
6050
# @option opts [String] :referral_source Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`.
6049
6051
# @option opts [Boolean] :skip_aggregation Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page.
6050
6052
# @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`.
Copy file name to clipboardExpand all lines: spec/api/mx_platform_api_spec.rb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1202,6 +1202,7 @@
1202
1202
# @param user_guid The unique id for a `user`.
1203
1203
# @param [Hash] opts the optional parameters
1204
1204
# @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`.
1205
+
# @option opts [String] :enable_app2app This indicates whether OAuth app2app behavior is enabled for institutions that support it. Defaults to `true`. This setting is not persistent.
1205
1206
# @option opts [String] :referral_source Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`.
1206
1207
# @option opts [Boolean] :skip_aggregation Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page.
1207
1208
# @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`.
0 commit comments