Options used for single-factor sign-in.
Signature:
export interface PhoneSingleFactorInfoOptions
Properties
Property | Type | Description |
---|---|---|
phoneNumber | string | Phone number to send a verification code to. |
PhoneSingleFactorInfoOptions.phoneNumber
Phone number to send a verification code to.
Signature:
phoneNumber: string;