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
Right now the AuthMode enum is not aware of the various platforms at runtime. This pushes the logic of determining which auth modes are support onto a caller when the enum could just "know" what platforms are supported directly.
The text was updated successfully, but these errors were encountered:
Right now the
AuthMode
enum is not aware of the various platforms at runtime. This pushes the logic of determining which auth modes are support onto a caller when the enum could just "know" what platforms are supported directly.The text was updated successfully, but these errors were encountered: