-
I am trying to use Oauth2Auth, can you please show me the correct implementation syntax for either one of: AuthorizationCodeFlow | ImplicitFlow | PasswordFlow | ClientCredentialsFlow so I can then use it with the: @useAuth(OAuth2Auth<[MyPasswordFlow]>) as I am not sure how to define MyPasswordFlow |
Beta Was this translation helpful? Give feedback.
Answered by
zachion
Feb 4, 2023
Replies: 1 comment
-
After checking current issues I managed to understand how to work with this and do an implicit flow auth like so:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
markcowl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After checking current issues I managed to understand how to work with this and do an implicit flow auth like so: