oauth2 icon indicating copy to clipboard operation
oauth2 copied to clipboard

GetUserID not needed by ClientInfo

Open muir opened this issue 3 years ago • 0 comments

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.

muir avatar Jun 13 '22 21:06 muir