Skip to content

Commit 4c0e601

Browse files
committed
Pass None for access_token_method. #41
1 parent a9dd56d commit 4c0e601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_oauthlib/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def __init__(
248248
consumer_secret=None,
249249
request_token_params=None,
250250
access_token_params=None,
251-
access_token_method='GET',
251+
access_token_method=None,
252252
content_type=None,
253253
test_client=None,
254254
app_key=None,

0 commit comments

Comments
 (0)