UNPKG

@redis/entraid

Version:

Secure token-based authentication for Redis clients using Microsoft Entra ID (formerly Azure Active Directory).

8 lines 446 B
import { AuthenticationResult } from '@azure/msal-node'; import { IdentityProvider, TokenResponse } from '@redis/client/dist/lib/authx'; export declare class MSALIdentityProvider implements IdentityProvider<AuthenticationResult> { private readonly getToken; constructor(getToken: () => Promise<AuthenticationResult>); requestToken(): Promise<TokenResponse<AuthenticationResult>>; } //# sourceMappingURL=msal-identity-provider.d.ts.map