method GoTrueApi.prototype.verifyMobileOTPRe-exportimport { GoTrueApi } from "https://deno.land/x/gotrue@3.0.0/src/index.ts"; verifyMobileOTP(phone: string,token: string,options?: { redirectTo?: string; },): Promise<{ data: Session | User | null; error: ApiError | null; }>Send User supplied Mobile OTP to be verified Parametersphone: stringThe user's phone number WITH international prefix token: stringtoken that user was sent to their mobile phone optionaloptions: { redirectTo?: string; } = [UNSUPPORTED]A URL or mobile address to send the user to after they are confirmed. ReturnsPromise<{ data: Session | User | null; error: ApiError | null; }>