Module authy::api::user

source ·
Expand description

Bindings to the Authy TOTP service api.

Much of the documentation for this module comes from the Authy TOTP service documentation.

Structs

Returned when sending a verification code to a user via SMS or Call.
Returned when creating a new authy user.
Returned when requesting the status of an authy user.

Enums

Functions

Send token to user via phone call.
Creates a new Authy user.
Deletes an Authy user.
newDeprecated
Please use create.
Register user activity with authy.
Send token to user via SMS.
Status of an Authy user.
Verify an authentication token.