oauth2-server icon indicating copy to clipboard operation
oauth2-server copied to clipboard

Return Type Inconsistency

Open Sephster opened this issue 6 years ago • 0 comments

Most repos return string for their getIdentifier() function. However, the user repo returns mixed. This causes confusion as implementers might think that you can return mixed for a client repository but this is not true.

We either need to move the getIdentifier calls into their own respective repos or force the user interface getIdentifier call to return a string in version 9.

Sephster avatar Oct 02 '19 09:10 Sephster