purpose property

String? purpose
getter/setter pair

Indicates to Google how Google should use these OAuth tokens. Possible string values are:

  • "ACCOUNT_CREDENTIALS_PURPOSE_UNSPECIFIED" : Unknown purpose.
  • "SHOPIFY_ORDER_MANAGEMENT" : The credentials allow Google to manage Shopify orders on behalf of the merchant (deprecated).
  • "SHOPIFY_INTEGRATION" : The credentials allow Google to manage Shopify integration on behalf of the merchant.

Implementation

core.String? purpose;