Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 693 Bytes

File metadata and controls

24 lines (18 loc) · 693 Bytes

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]

Example

require 'talon_one_sdk'

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