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 MfaPushListMembers extends BaseMembers { /** * ãªã¹ãããç»é²æžã¿ããã€ã¹ãéžæããŠãMFAããã·ã¥ãéå§ããŸãã * @param payload ããã€ã¹ã®ã€ã³ããã¯ã¹ãå«ããªãã·ã§ã³ã */ selectMfaPushDevice(payload: SelectMfaPushDeviceOptions): Promise<void>; /** * åã®ç»é¢ã«æ»ããŸãã * @param payload requestã«å«ããä»»æã®ã«ã¹ã¿ã ãªãã·ã§ã³ã */ goBack(payload?: CustomOptions): Promise<void>; }
Show ãã©ã¡ãŒã¿ãŒ