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 MfaOtpChallengeMembers extends BaseMembers { screen: ScreenMembersOnMfaOtpChallenge; untrustedData: UntrustedDataMembersOnMfaOtpChallenge; /** * Poursuit le défi OTP avec le code fourni * @param payload Les options contenant le code et l'indicateur rememberDevice */ continue(payload: ContinueOptions): Promise<void>; /** * Permet à l'utilisateur d'essayer une autre méthode d'AMF * @param payload Options personnalisées facultatives à inclure dans la requête */ tryAnotherMethod(payload?: TryAnotherMethodOptions): Promise<void>; }
Show ParamÚtres