Parameters
| Parameter | Type | Description |
|---|---|---|
options | SignInWithSmsOptions | The options for the sign in. |
Returns
Promise<SignInWithSmsResult>
The result of the sign in.
function signInWithSms(options: SignInWithSmsOptions): Promise<SignInWithSmsResult>;
| Parameter | Type | Description |
|---|---|---|
options | SignInWithSmsOptions | The options for the sign in. |
Promise<SignInWithSmsResult>
The result of the sign in.
const result = await signInWithSms({
phoneNumber: "+14155552671"
});
Was this page helpful?