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
As a developer I want to be able to choose the return type in Userinfo and Introspection responses. This allows me type-safe access to custom fields, instead of the current Claims map.
This change would be similar to the change done on the Token Claims family of types in #283.
Acceptance criteria
Functions currently returning or interacting with UserInfo and IntrospectionReponse in the rp and client packages will be made generic.
Examples how to use these generics with custom types.
The text was updated successfully, but these errors were encountered:
As a developer I want to be able to choose the return type in Userinfo and Introspection responses. This allows me type-safe access to custom fields, instead of the current
Claims
map.This change would be similar to the change done on the Token Claims family of types in #283.
Acceptance criteria
UserInfo
andIntrospectionReponse
in therp
andclient
packages will be made generic.The text was updated successfully, but these errors were encountered: