Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

feat: implement async StaticCredentials using access tokens#1559

Merged
ohmayr merged 18 commits intomainfrom
implement-async-credentials
Jul 17, 2024
Merged

feat: implement async StaticCredentials using access tokens#1559
ohmayr merged 18 commits intomainfrom
implement-async-credentials

Conversation

@ohmayr
Copy link
Copy Markdown
Contributor

@ohmayr ohmayr commented Jul 12, 2024

This PR implements the following:

  • google.auth.aio.credentials.Credentials which is an abstract class for asynchronous credentials.
  • google.auth.aio.credentials.StaticCredentials to allow users to configure a valid access token.
  • google.auth.aio.credentials.AnonymousCredential for testing purposes.

@ohmayr ohmayr marked this pull request as ready for review July 15, 2024 17:13
@ohmayr ohmayr requested review from a team July 15, 2024 17:13
@ohmayr ohmayr requested a review from a team as a code owner July 15, 2024 17:13
@ohmayr ohmayr changed the title feat: implement async oauth2 credentials feat: implement async StaticCredentials using access tokens Jul 16, 2024
@ohmayr ohmayr force-pushed the implement-async-credentials branch from 1cea3f3 to 02991a8 Compare July 16, 2024 20:23
@clundin25
Copy link
Copy Markdown
Contributor

A few tiny nits, but this LGTM.

@ohmayr ohmayr merged commit dc17dfc into main Jul 17, 2024
@ohmayr ohmayr deleted the implement-async-credentials branch July 17, 2024 20:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants