Options
All
  • Public
  • Public/Protected
  • All
Menu

Module authentication/2fa/sms

Type aliases

SendSmsWithToken

SendSmsWithToken: function

Send sms containing two factor authentication token to user.

param

User telephone.

param

Two factor authentication token.

Type declaration

    • (telephone: string, token: string): Promise<void>
    • Parameters

      • telephone: string
      • token: string

      Returns Promise<void>