AcquireAndStoreRefreshTokenRequest

Request message for DataConnectorService.AcquireAndStoreRefreshToken method.

JSON representation
{
  "name": string,
  "authCode": string,
  "scopes": [
    string
  ]
}
Fields
name

string

Required. Connector resource.

The connector name identifies the 3rd party system to use for authorization. It is also used as a key to store the refresh token.

authCode

string

The authorization code to be exhanged for the refresh token.

scopes[]

string

The scopes of the authorization code and the refresh token.