Sha256: 0e7492ad7e89bb980701392f69dc4aa1aa0f2dfd32f513b21f6185fa4862c424
Contents?: true
Size: 588 Bytes
Versions: 196
Compression:
Stored size: 588 Bytes
Contents
# UltracartClient::SingleSignOnAuthorizeResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **expiration_dts** | **String** | Expiration date/time after which the single sign-on login operation will have timed out | [optional] | | **login_url** | **String** | The URL that you should redirect the customer's browser to. This URL will begin the login process. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::SingleSignOnAuthorizeResponse.new( expiration_dts: null, login_url: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems