AuthMFAGetAuthenticatorAssuranceLevelResponse

import type { AuthMFAGetAuthenticatorAssuranceLevelResponse } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";
type AuthMFAGetAuthenticatorAssuranceLevelResponse = RequestResult<{
currentLevel: AuthenticatorAssuranceLevels | null;
nextLevel: AuthenticatorAssuranceLevels | null;
currentAuthenticationMethods: AMREntry[] | string[];
}
>
;

§Type

§
RequestResult<{
currentLevel: AuthenticatorAssuranceLevels | null;
nextLevel: AuthenticatorAssuranceLevels | null;
currentAuthenticationMethods: AMREntry[] | string[];
}
>
[src]