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
:param client: An OAuth2 client instance that inherits from OAuth20Base.
46
49
:param redirect_uri: The full callback URL where the OAuth2 provider redirects after authorization. Must match the URL registered with the OAuth2 provider.
50
+
:return:
47
51
"""
48
52
self.client=client
49
53
self.redirect_uri=redirect_uri
@@ -64,19 +68,27 @@ async def __call__(
64
68
:param state: The state parameter for CSRF protection (extracted from query parameters).
65
69
:param code_verifier: PKCE code verifier if PKCE was used in the authorization request.
66
70
:param error: Error parameter from OAuth2 provider if authorization was denied or failed.
0 commit comments