Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWang committed Jul 5, 2024
1 parent 0ecc214 commit 173fbeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clients/client-python/gravitino/auth/oauth2_token_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@


class OAuth2TokenProvider(AuthDataProvider):
"""OAuth2TokenProvider will request the access token from the authorization server and then provide
the access token for every request.
"""

# The HTTP client used to request the access token from the authorization server.
_client: HTTPClient

def __init__(self, uri: str):
Expand Down

0 comments on commit 173fbeb

Please sign in to comment.