Sha256: 2928ac435a05784c56df65c24c4814c3fc8c2c4dd7d47a40331a7b380207cad3
Contents?: true
Size: 684 Bytes
Versions: 3
Compression:
Stored size: 684 Bytes
Contents
# OpenapiClient::AuthenticationRedirect ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of authentication. | [optional] **target_url** | **String** | The URL for the authentication redirect for the merchant. | [optional] **params** | [**AuthenticationRedirectParams**](AuthenticationRedirectParams.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::AuthenticationRedirect.new(type: SECURE_3D, target_url: https://3ds-acs.test.modirum.com/mdpayacs/pareq, params: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.5.0 | docs/AuthenticationRedirect.md |
first_data_gateway-1.4.0 | docs/AuthenticationRedirect.md |
first_data_gateway-1.3.0 | docs/AuthenticationRedirect.md |