-
im creating a small project that i need some users to interface with my app. can i use gsca with users? since i won't have their GCP credentials? thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
kuzmoyev
Dec 26, 2024
Replies: 1 comment 1 reply
-
GCP credentials are for your app, and you'll authenticate users with oauth2, receive their access token, and use it in your requests. (Assuming you want to access their calendars). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sjay8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GCP credentials are for your app, and you'll authenticate users with oauth2, receive their access token, and use it in your requests. (Assuming you want to access their calendars).