Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 4a714af

Browse files
committed
Use new name for tokens endpoint post
1 parent 28d7ce3 commit 4a714af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rasterfoundry/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_api_token(self, refresh_token):
8282

8383
try:
8484
response = self.client.Authentication.post_tokens(
85-
refreshToken=post_body).future.result()
85+
authBody=post_body).future.result()
8686
return response.json()['id_token']
8787
except JSONDecodeError:
8888
raise RefreshTokenException('Error using refresh token, please '

0 commit comments

Comments
 (0)