Type alias AuthMFAGetAuthenticatorAssuranceLevelResponse

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

Generated using TypeDoc