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
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
The text was updated successfully, but these errors were encountered:
UserInfoResponse
object not typedProblem
The response from the user info object, when retrieved by a client library, is a map<String,Object>.
Solution
Would be nice if it was typed and included supporting claims.
Alternatives/workarounds
Use the map object and docs, cast the objects to more precise types myself.
Additional context
This was a request from @adriano-di-giovanni originally posted here: FusionAuth/fusionauth-typescript-client#54 (comment)
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
The text was updated successfully, but these errors were encountered: