Class AuthPhoneService

Class AuthPhoneService#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Services.AuthPhoneService : xbe.sdk.ServiceBase#

Public Functions

AuthPhoneService ()#
Task<AuthToken> Authenticate (string phone, string code)#

Retrieves an authorization token using a given phone and totp code.

Task SendCode (string phone)#

Requests a time-based one-time password code to be sent to the phone number associated with a registered user.