pkg/op: Replace interface{}
with any
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
This commit is contained in:
parent
868cf39632
commit
e948bed16e
6 changed files with 19 additions and 19 deletions
|
@ -122,7 +122,7 @@ func CreateJWT(ctx context.Context, issuer string, tokenRequest TokenRequest, ex
|
|||
restrictedScopes := client.RestrictAdditionalAccessTokenScopes()(tokenRequest.GetScopes())
|
||||
|
||||
var (
|
||||
privateClaims map[string]interface{}
|
||||
privateClaims map[string]any
|
||||
err error
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue