Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add refresh_oauth_tokens() API (#92)
* refresh_oauth_token , include returned refresh_token The refresh_token can be used only once Users will need the new refresh_token, which is included in the API response, in order to call the refresh_oauth_token again if needed. * Update main.py * refresh_oauth_tokens , include returned json Token item The default `refresh_oauth_token` function returns only access_token. If user requires a new refresh_token too, they can use this new function that returns the complete refreshed Token that includes both the access_token and the new refresh_token * refresh_oauth_tokens , include returned json Token item * refresh_oauth_tokens, black formatter --------- Co-authored-by: simcha-gs <[email protected]>
- Loading branch information