| 1 | import { AuthenticationResult } from '@azure/msal-node'; |
| 2 | import { IdentityProvider, StreamingCredentialsProvider, TokenManager, TokenResponse } from '@redis/client/dist/lib/authx'; |
| 3 | import TestUtils from '@redis/test-utils'; |
| 4 | import { EntraidCredentialsProvider } from './entraid-credentials-provider'; |
nothing calls this directly
no test coverage detected