Yea, sure: - `redirectURI` is the full URL (domai...
# support-questions-legacy
r
Yea, sure: -
redirectURI
is the full URL (domain + path) that is registered on google as your app's callback URL. -
code
is the code query param that is sent from google to your app after google redirects the user to the callback URL -
clientId
and
authCodeResponse
can be ignored since they are used for an OAuth flow for mobile apps.