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
Any time a new parameter needs to be added to configure token creation various APIs need to be updated. These APIs have a lot of parameters already, and the SecurityTokenDescriptor class already exists to avoid this. Update all APIs so that internally they're using this class so that eventually the APIs with lots of parameters can be deprecated and removed.
The text was updated successfully, but these errors were encountered:
Any time a new parameter needs to be added to configure token creation various APIs need to be updated. These APIs have a lot of parameters already, and the
SecurityTokenDescriptor
class already exists to avoid this. Update all APIs so that internally they're using this class so that eventually the APIs with lots of parameters can be deprecated and removed.The text was updated successfully, but these errors were encountered: