Squad-G

Results 1 comments of Squad-G

> For caching, the `TokenRequestContext` object e.g. `AuthorizationCodeContext` contains `getCacheKey()` that could help with this. It generates a unique key per user, per tenant `{tenantId}-{clientId}-{userId}` and for client credentials/application permissions/apps...