Returns
An object containing the getMfaConfig function.| Name | Type |
|---|---|
getMfaConfig() | () => Promise<MfaConfig> |
function useGetMfaConfig(): {
getMfaConfig: () => Promise<MfaConfig>;
};
| Name | Type |
|---|---|
getMfaConfig() | () => Promise<MfaConfig> |
Was this page helpful?