You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The token type in keycloak.d.ts is not completed so when i write for example req.token.content i have this error Property 'content' does not exist on type 'Token'.
Version
16.1.0
Expected behavior
I would expect the Token type to be something like
Describe the bug
The token type in keycloak.d.ts is not completed so when i write for example
req.token.content
i have this errorProperty 'content' does not exist on type 'Token'.
Version
16.1.0
Expected behavior
I would expect the
Token
type to be something likeThe type for a token is :
Actual behavior
The type for a token is :
How to Reproduce?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: