Skip to content

Commit

Permalink
print refresh token
Browse files Browse the repository at this point in the history
  • Loading branch information
feargswalsh92 committed Sep 16, 2023
1 parent 0c0320d commit d69f85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async def create_calendar_event():

identities = auth.get_member_identities(mem_id)

print('identities', identities)
print('refresh_token', identities.google.refresh_token)

# refreshed_identity = auth.refresh_member_identity_token(mem_id, "google")

Expand Down

0 comments on commit d69f85b

Please sign in to comment.