Class AuthEmailService

Class AuthEmailService#

Inheritance Relationships#

Base Type#

Class Documentation#

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

Public Functions

AuthEmailService ()#
Task<AuthToken> Authenticate (string email, string code)#

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

Task SendCode (string email)#

Requests a time-based one-time password code to be sent to the e-mail address associated with a registered user.