Sha256: 9ae15756d87e587d45e3e08594a79083132714de5dbf18b1b90d12051a34050c
Contents?: true
Size: 671 Bytes
Versions: 196
Compression:
Stored size: 671 Bytes
Contents
# UltracartClient::SingleSignOnAuthorizeRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **redirect_uri** | **String** | The URL that the customer should be redirected to after they have approved a single sign on session. | [optional] | | **state** | **String** | An optional state variable that you provide. It will be returned to you on the redirect. You can inspect the state to validate the request is legitimate. We recommend using this field. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::SingleSignOnAuthorizeRequest.new( redirect_uri: null, state: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems