Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 588 Bytes

File metadata and controls

20 lines (14 loc) · 588 Bytes

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

require 'ultracart_api'

instance = UltracartClient::SingleSignOnAuthorizeResponse.new(
  expiration_dts: null,
  login_url: null
)