WidgetAcquireAndStoreRefreshTokenRequest

Request message for WidgetService.WidgetAcquireAndStoreRefreshToken method.

JSON representation
{
  "location": string,
  "configId": string,
  "acquireAndStoreRefreshTokenRequest": {
    object (AcquireAndStoreRefreshTokenRequest)
  },
  "additionalParams": {
    object (AdditionalParams)
  }
}
Fields
location

string

Required. The location resource where widget homepage FetchDocuments will be performed. Format: locations/{location}

configId

string

Required. The UUID of the WidgetConfig. This field is used to identify the widget configuration.

acquireAndStoreRefreshTokenRequest

object (AcquireAndStoreRefreshTokenRequest)

Required. The proxied request to DataConnectorService.AcquireAndStoreRefreshToken.

additionalParams

object (AdditionalParams)

Additional params for security and privacy enhancement.