Skip to main content

Exchange GCP Authorization Code for Access Token

Exchanges the authorization code received from Google OAuth flow for an access token.

Request Body required
  • authCode string required

    Authorization code received from Google OAuth callback

  • codeChallenge string required

    PKCE code challenge used during authorization request

  • redirectUri string required

    Redirect URI used during authorization request

Responses

Success


Schema
  • errorCode boolean

    Indicates whether token exchange was successful

  • errorMessage string

    Error message if token exchange failed

Loading...