Type alias AuthMFAAdminListFactorsResponse

AuthMFAAdminListFactorsResponse: {
    data: {
        factors: Factor[];
    };
    error: null;
} | {
    data: null;
    error: AuthError;
}

Expermental

Generated using TypeDoc