Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 684 Bytes

OneTimeCode.md

File metadata and controls

12 lines (9 loc) · 684 Bytes

TalonOne.Model.OneTimeCode

Properties

Name Type Description Notes
UserId int The ID of the user.
AccountId int 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]

[Back to Model list] [Back to API list] [Back to README]