Sha256: 8f2fd00841d16c9740868187f2fcc4d1566eb7c92fb8ddae60bfaab13cf9b71c
Contents?: true
Size: 615 Bytes
Versions: 4
Compression:
Stored size: 615 Bytes
Contents
# SyncteraRubySdk::Initialize3dsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **device_data_collection_jwt** | **String** | JWT used for device data collection | | | **device_data_collection_url** | **String** | URL used for device data collection | | | **id** | **String** | The unique identifier of the 3DS authentication | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::Initialize3dsResponse.new( device_data_collection_jwt: null, device_data_collection_url: null, id: 7d943c51-e4ff-4e57-9558-08cab6b963c7 ) ```
Version data entries
4 entries across 4 versions & 1 rubygems