Sha256: d500a30e13bcdc38e3d21455c64a14941837a148facc9ea277f3b3f000f636b1

Contents?: true

Size: 786 Bytes

Versions: 3

Compression:

Stored size: 786 Bytes

Contents

# TalonOne::OneTimeCode

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user_id** | **Integer** | The ID of the user. | 
**account_id** | **Integer** | The ID of the account. | 
**token** | **String** | The two-factor authentication token created during sign-in. This token is used to ensure that the correct user is trying to sign in with a given one-time security code. | 
**code** | **String** | The one-time security code used for signing in. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::OneTimeCode.new(user_id: 109,
                                 account_id: 31,
                                 token: dy_Fa_lQ4iDAnqldJFvV,
                                 code: 552917)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/OneTimeCode.md
talon_one-6.0.0 docs/OneTimeCode.md
talon_one-5.0.0 docs/OneTimeCode.md