We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b9118 commit 1286357Copy full SHA for 1286357
1 file changed
stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/token.pyi
@@ -23,7 +23,7 @@ class TokenEndpoint(BaseEndpoint):
23
self,
24
uri: str,
25
http_method: _HTTPMethod = "POST",
26
- body: str | None = None,
+ body: str | dict[str, str] | list[tuple[str, str]] | None = None,
27
headers: dict[str, str] | None = None,
28
credentials=None,
29
grant_type_for_scope=None,
0 commit comments