Preview

generateAndUpdateToken is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

generateAndUpdateToken

Generate and update OAuth token for a partner

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    connector.googleconfig.readwrite.instance

    Arguments

    partner String!
    input GoogleAuthTokenRequestInput! PREVIEW

    GoogleAuthTokenRequestInput fields

    code String!
    clientId String!
    redirectUrl String!

    Return Fields

    success Boolean
    errorCode String
    message String

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.