Class SignInWithPasswordlessPhoneOptions
Options used for signing in a user with passwordless Options
public class SignInWithPasswordlessPhoneOptions : SignInWithPasswordlessOptions
- Inheritance
-
SignInWithPasswordlessPhoneOptions
- Inherited Members
Constructors
SignInWithPasswordlessPhoneOptions(string)
public SignInWithPasswordlessPhoneOptions(string phone)
Parameters
phonestringThe user's phone number
Properties
Channel
Messaging channel to use (e.g. whatsapp or sms), Defaults to SMS.
public SignInWithPasswordlessPhoneOptions.MessagingChannel Channel { get; set; }
Property Value
Phone
The user's phone number
public string Phone { get; set; }