| Name |
Type |
Description |
Notes |
| id |
String |
A unique 25-character alphanumeric resource identifier. |
|
| created_at |
Time |
Timestamp when the SecureToken was created. |
|
| verification_status |
String |
Current 3DS verification status of this SecureToken. |
|
| authentication_url |
String |
URL to redirect the customer to for 3DS authentication. |
|
| three_ds_auth_result |
ThreeDsAuthResult |
|
[optional] |
require 'komoju-sdk'
instance = Komoju::SecureToken.new(
id: null,
created_at: null,
verification_status: null,
authentication_url: null,
three_ds_auth_result: null
)