Class: CheckoutSdk::Sessions::DeviceInformation

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/sessions/device_information.rb

Overview

Details of the device from which the authentication originated.

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

Returns The unique identifier for the device.

Returns:

  • (String)

    The unique identifier for the device.



12
13
14
15
# File 'lib/checkout_sdk/sessions/device_information.rb', line 12

class DeviceInformation
  attr_accessor :device_id,
                :device_session_id
end

#device_session_idString

Returns Device session ID collected from the standalone Risk.js package. Pattern: ^(dsid)_(w26)$.

Returns:

  • (String)

    Device session ID collected from the standalone Risk.js package. Pattern: ^(dsid)_(w26)$



12
13
14
15
# File 'lib/checkout_sdk/sessions/device_information.rb', line 12

class DeviceInformation
  attr_accessor :device_id,
                :device_session_id
end