Handle Google OAuth Callback
GET
Accepts the authorization code from Google, exchanges it for credentials, caches the credentials, and redirects to the application root.
Loading code example
Query Parameters
codestring
Authorization code returned by Google.
statestring
OAuth state value returned by Google when present.
errorstring
OAuth error returned by Google when authorization fails.