Skip to main content
type AuthenticationMethods = {
  email?: EmailAuthentication;
  sms?: SmsAuthentication;
};
The authentication methods used by the user.

Properties

PropertyType
email?EmailAuthentication
sms?SmsAuthentication