Sha256: e35ad899fa6f5261ef8e1bb6f920eac2738515202a45dac676d97c418a7396fb
Contents?: true
Size: 507 Bytes
Versions: 196
Compression:
Stored size: 507 Bytes
Contents
# UltracartClient::SingleSignOnTokenRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **code** | **String** | The code received on the redirect URI after the customer approved the single sign on request. | [optional] | | **grant_type** | **String** | Grant type. The value should be simple_key. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::SingleSignOnTokenRequest.new( code: null, grant_type: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems