AuthMFAGetAuthenticatorAssuranceLevelResponse
type AuthMFAGetAuthenticatorAssuranceLevelResponse = {
data: {
currentLevel: AuthenticatorAssuranceLevels | null;
nextLevel: AuthenticatorAssuranceLevels | null;
currentAuthenticationMethods: AMREntry[];
}; error: null;
} | {data: null;
error: AuthError;
};§Type
§
{
[src]data: {
currentLevel: AuthenticatorAssuranceLevels | null;
nextLevel: AuthenticatorAssuranceLevels | null;
currentAuthenticationMethods: AMREntry[];
}; error: null;
} | {data: null;
error: AuthError;
}