oauth2
oauth2 copied to clipboard
GetUserID not needed by ClientInfo
The ClientInfo interface includes GetUserID() string. Why? It's not called in any code except for a test that verifies the implementation.
What is it supposed to be for? Since it's not used, it should be removed.