Skip to content

Commit

Permalink
remove unnecessary args from BaseOAuth2RenewableTokenAuth docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-pujol committed Aug 14, 2024
1 parent 93c9d11 commit 7b3eaa2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions requests_oauth2client/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ class BaseOAuth2RenewableTokenAuth(requests.auth.AuthBase):
token is obtained some seconds before the actual expiration is reached. This may help in
situations where the client, AS and RS have slightly offset clocks.
Args:
client: an OAuth2Client
token: an initial Access Token, if you have one already. In most cases, leave `None`.
leeway: expiration leeway, in number of seconds
**token_kwargs: additional kwargs to include in token requests
"""

client: OAuth2Client = field(on_setattr=setters.frozen)
Expand Down

0 comments on commit 7b3eaa2

Please sign in to comment.