Skip to content

Variable: AUTH\_CLIENT\_REDIS

Variable: AUTH_CLIENT_REDIS

const AUTH_CLIENT_REDIS: typeof AUTH_CLIENT_REDIS

Defined in: auth-server-nest/src/config/auth-client.config.ts:86

DI token under which the consumer must register their Redis client if checkRevocation: true. Package-defined so auth-client doesn’t depend on the consumer’s specific Redis provider name.

Typical wiring: providers: [{ provide: AUTH_CLIENT_REDIS, useExisting: REDIS_CLIENT }]