Sha256: 7d0e5c4d99fd49ad72d90b9c8cd186d95a94ac2f2729013db641c393488f706f
Contents?: true
Size: 470 Bytes
Versions: 4
Compression:
Stored size: 470 Bytes
Contents
# SyncteraRubySdk::Authenticate3dsRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **challenge_jwt** | **String** | The JWT recieved from the 3DS challenge | | | **id** | **String** | The unique identifier of the 3DS authentication | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::Authenticate3dsRequest.new( challenge_jwt: null, id: 7d943c51-e4ff-4e57-9558-08cab6b963c7 ) ```
Version data entries
4 entries across 4 versions & 1 rubygems