Sha256: c1f3572d44357a4d22c27fcb86b31ce871a189c617c18100242120c973af76f7

Contents?: true

Size: 451 Bytes

Versions: 4

Compression:

Stored size: 451 Bytes

Contents

# SyncteraRubySdk::Authenticate3dsResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The unique identifier of the 3DS authentication |  |
| **status** | **String** | Status of the 3DS authentication |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::Authenticate3dsResponse.new(
  id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  status: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/Authenticate3dsResponse.md
synctera_ruby_sdk-1.1.2 docs/Authenticate3dsResponse.md
synctera_ruby_sdk-1.1.1 docs/Authenticate3dsResponse.md
synctera_ruby_sdk-1.0.0 docs/Authenticate3dsResponse.md