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 MfaEmailListMembers extends BaseMembers { screen: ScreenMembersOnMfaEmailList; /** * Sélectionne une adresse courriel inscrite dans la liste * @param payload Les options contenant l'action de sélection */ selectMfaEmail(payload: SelectMfaEmailOptions): Promise<void>; /** * Retourne à l'écran précédent * @param payload Options personnalisées facultatives à inclure avec la requête */ goBack(payload?: CustomOptions): Promise<void>; }
Show ParamÚtres