Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface LoginPasswordlessSmsOtpMembers extends BaseMembers { screen: ScreenMembersOnLoginPasswordlessSmsOtp; transaction: TransactionMembersOnLoginPasswordlessSmsOtp; submitOTP(payload: SubmitOTPOptions): Promise<void>; resendOTP(payload?: CustomOptions): Promise<void>; /** * fonctionnalité de renvoi avec gestion du délai dâattente pour cet écran * @param options Option de configuration pour la fonctionnalité de renvoi */ resendManager(options?: StartResendOptions): ResendControl; }
Show ParamÚtres