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
According to OAuth2 specification, a Client typically represents a third-party application. However, the GetUserID() method in the interface seems to suggest a one-to-one relationship between a Client and a User.
Questions:
What's the intended use case for GetUserID()?
How should this be used in scenarios where one Client serves multiple users?
I'm trying to understand the design rationale to better implement this interface in my application.
The text was updated successfully, but these errors were encountered:
yangtuooc
changed the title
Question about the design of ClientInfo interface
Question: about the design of ClientInfo interface
Nov 28, 2024
I have a question about the design of the ClientInfo interface, specifically about the GetUserID() method:
According to OAuth2 specification, a Client typically represents a third-party application. However, the GetUserID() method in the interface seems to suggest a one-to-one relationship between a Client and a User.
Questions:
I'm trying to understand the design rationale to better implement this interface in my application.
The text was updated successfully, but these errors were encountered: