How do i get the AccessToken, RefreshToken from the Google Provider to store them for later unattended server side use?
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 6.6k
- Forks
- 631
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to write something that accesses a Google API on a schedule on behalf of a Google user account.
I need the AccessToken, RefreshToken, Expiry, etc that is part of the Google Provider "Session" so I can store them for later use.
I can not find any examples of how to access this information, or if it is even possible.
I am trying everything but I can not figure out the magic incantation to get the RefreshToken?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the Google Provider's Session handling and OAuth token exchange, focusing on whether AccessToken, RefreshToken, and Expiry are exposed. Done means establishing a documented, supported way or example for storing and later using those values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, google-cloud
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100