Skip to content

Commit

Permalink
Update _setup_credentials docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdnbradford committed Oct 3, 2024
1 parent ebba631 commit 9458313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauthenticator/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ async def _service_client_credentials(self, scopes, user_email_domain):

async def _setup_credentials(self, user_email_domain):
"""
Set up the service client for Google API.
Set up the oauth credentials for Google API.
"""
credentials = await self._service_client_credentials(
scopes=[f"{self.google_api_url}/auth/admin.directory.group.readonly"],
Expand Down

0 comments on commit 9458313

Please sign in to comment.