Skip to content

Commit 5d71ad7

Browse files
committed
Merge branch 'auth' of github.com:Spider84pr/typeshed into auth
2 parents a36b99d + 42348ad commit 5d71ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/Authlib/authlib/integrations/base_client/async_app.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ class AsyncOAuth2Mixin(OAuth2Base):
1717
async def load_server_metadata(self) -> dict[str, Any]: ...
1818
async def request(self, method: str, url: str, token: dict[str, Any] | None = None, **kwargs) -> httpx.Response: ...
1919
async def create_authorization_url(self, redirect_uri: str | None = None, **kwargs) -> dict[str, Any]: ...
20-
async def fetch_access_token(self, redirect_uri: str | None = None, **kwargs) -> dict[str, Any]: ...
20+
async def fetch_access_token(self, redirect_uri: str | None = None, **kwargs) -> dict[str, Any]: ...

0 commit comments

Comments
 (0)