add ClientID to list of token struct indices

This commit is contained in:
kim 2024-04-15 12:49:56 +01:00
parent 7236af885a
commit 2edecd3e59
1 changed files with 1 additions and 0 deletions

View File

@ -1214,6 +1214,7 @@ func (c *Caches) initToken() {
{Fields: "Code"},
{Fields: "Access"},
{Fields: "Refresh"},
{Fields: "ClientID", Multiple: true},
},
MaxSize: cap,
IgnoreErr: ignoreErrors,