Class: CheckoutSdk::Sessions::DeviceInformation
- Inherits:
-
Object
- Object
- CheckoutSdk::Sessions::DeviceInformation
- Defined in:
- lib/checkout_sdk/sessions/device_information.rb
Overview
Details of the device from which the authentication originated.
Instance Attribute Summary collapse
-
#device_id ⇒ String
The unique identifier for the device.
-
#device_session_id ⇒ String
Device session ID collected from the standalone Risk.js package.
Instance Attribute Details
#device_id ⇒ String
Returns 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_id ⇒ String
Returns 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 |