Variable: AUTH\_CLIENT\_REDIS
Variable: AUTH_CLIENT_REDIS
constAUTH_CLIENT_REDIS: typeofAUTH_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 }]