Module authy::api::user [] [src]

Bindings to the Authy TOTP service api.

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

Structs

PhoneCall

Returned when sending a verification code to a user via SMS or Call.

UserNew

Returned when creating a new authy user.

UserStatus

Returned when requesting the status of an authy user.

Enums

ActivityType

Functions

call

Send token to user via phone call.

create

Creates a new Authy user.

delete

Deletes an Authy user.

new [
Deprecated
]

Please use create.

register_activity

Register user activity with authy.

sms

Send token to user via SMS.

status

Status of an Authy user.

verify

Verify an authentication token.