Skip to content

Commit fc37566

Browse files
committed
Adding missing declaration
1 parent 7039c5e commit fc37566

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

requests_oauthlib/oauth2_session.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def __init__(
9696
"refresh_token_response": set(),
9797
"protected_request": set(),
9898
"refresh_token_request": set(),
99+
"access_token_request": set(),
99100
}
100101

101102
def new_state(self):
@@ -538,6 +539,7 @@ def register_compliance_hook(self, hook_type, hook):
538539
access_token_response invoked before token parsing.
539540
refresh_token_response invoked before refresh token parsing.
540541
protected_request invoked before making a request.
542+
access_token_request invoked before making a token fetch request.
541543
refresh_token_request invoked before making a refresh request.
542544
543545
If you find a new hook is needed please send a GitHub PR request

0 commit comments

Comments
 (0)