Sha256: 52e59fea2b76110f0d4ecaf61e734f0f0c9553f91174faf452082c47cdb77a72
Contents?: true
Size: 1.47 KB
Versions: 38
Compression:
Stored size: 1.47 KB
Contents
# MxPlatformRuby::ConnectWidgetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_redirect_url** | **String** | | [optional] | | **color_scheme** | **String** | | [optional] | | **current_institution_code** | **String** | | [optional] | | **current_member_guid** | **String** | | [optional] | | **disable_background_agg** | **Boolean** | | [optional] | | **disable_institution_search** | **Boolean** | | [optional] | | **include_identity** | **Boolean** | | [optional] | | **include_transactions** | **Boolean** | | [optional] | | **is_mobile_webview** | **Boolean** | | [optional] | | **mode** | **String** | | [optional] | | **oauth_referral_source** | **String** | | [optional] | | **ui_message_version** | **Integer** | | [optional] | | **ui_message_webview_url_scheme** | **String** | | [optional] | | **update_credentials** | **Boolean** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::ConnectWidgetRequest.new( client_redirect_url: https://mx.com, color_scheme: light, current_institution_code: chase, current_member_guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b, disable_background_agg: false, disable_institution_search: false, include_identity: false, include_transactions: true, is_mobile_webview: false, mode: aggregation, oauth_referral_source: BROWSER, ui_message_version: 4, ui_message_webview_url_scheme: mx, update_credentials: false ) ```
Version data entries
38 entries across 38 versions & 1 rubygems