-
Notifications
You must be signed in to change notification settings - Fork 6
Value of "Requesting" States #59
codefiesta
started this conversation in
General
-
I'm questioning the value of the following OAuth.State enums:
.requestingAccessToken(Provider).requestingDeviceCode(Provider)
While it can be internally useful for the OAuth client, it seems like it adds limited public value to consumers of the OAuth client and adds unecessary overhead of having to switch over more possible states that most likely will never be responded to (unless a client want to show a progress spinner or something like that?).
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment