Class AuthPhoneService#
Defined in File AuthPhoneService.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.ServiceBase
(Class ServiceBase)
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.