function useGetMfaConfig(): { getMfaConfig: () => Promise<MfaConfig>; };
{ getMfaConfig: () => Promise<MfaConfig>; }
getMfaConfig: () => Promise<MfaConfig>;
Promise
MfaConfig
Was this page helpful?