Sha256: 6a33ac46c2fc4d66a788cfb7c002454f16b36f0d9996a6a1666e100d358def6d
Contents?: true
Size: 680 Bytes
Versions: 196
Compression:
Stored size: 680 Bytes
Contents
# UltracartClient::SingleSignOnTokenResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **expiration_dts** | **String** | Expiration date/time after which time the key is no longer valid | [optional] | | **ip_address** | **String** | IP address of the user which we recommend you lock the simple key's usage to. | [optional] | | **simple_key** | **String** | The simple key that can then be used to make SDK calls on the users behalf. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::SingleSignOnTokenResponse.new( expiration_dts: null, ip_address: null, simple_key: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems