| Name | Type | Description | Notes |
|---|---|---|---|
| client_redirect_url | Option<String> | This determines the redirect destination at the end of OAuth when used with is_mobile_webview: true or oauth_referral_source: 'APP'. |
[optional] |
| data_request | Option<models::DataRequest> | [optional] | |
| enable_app2app | Option<bool> | This indicates whether OAuth app2app behavior is enabled for institutions that support it. Defaults to true. When set to false, any oauth_window_uri generated will not direct the end user to the institution's mobile application. This setting is not persistent. This setting currently only affects Chase institutions. |
[optional] |
| member | Option<models::MemberCreateRequest> | [optional] | |
| referral_source | Option<String> | [optional] | |
| ui_message_webview_url_scheme | Option<String> | A client-defined scheme used in OAuth redirects in WebViews. Defaults to mx. |
[optional] |