Skip to content

Commit

Permalink
[client] better handling for refresh_token
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Dec 13, 2024
1 parent af4392e commit 09fe0f8
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 145 deletions.
4 changes: 2 additions & 2 deletions gazu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def log_out(client=raw.default_client):
return tokens


def refresh_token(client=raw.default_client):
return client.refresh_authentication_tokens()
def refresh_access_token(client=raw.default_client):
return client.refresh_access_token()


def get_event_host(client=raw.default_client):
Expand Down
Loading

0 comments on commit 09fe0f8

Please sign in to comment.