Skip to main content

Get GCP OAuth Sign-In Details

Retrieves OAuth client ID and PKCE challenge required for initiating GCP OAuth flow in express configuration. The response includes the client ID for constructing the authorization URL and a code challenge for PKCE security.

Responses

Success


Schema
  • clientId string

    OAuth client ID for GCP authentication

  • errorCode boolean

    Indicates whether the operation was successful

  • errorMessage string

    Error message if the operation failed

Loading...