Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 507 Bytes

File metadata and controls

20 lines (14 loc) · 507 Bytes

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

require 'ultracart_api'

instance = UltracartClient::SingleSignOnTokenRequest.new(
  code: null,
  grant_type: null
)