Salesforce · Schema

SuccessfulAssetTokenFlow

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
access_token string
issued_token_type string
token_type string
expires_in integer
View JSON Schema on GitHub

JSON Schema

salesforce-successful-asset-token-flow-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "access_token": {
      "type": "string",
      "example": "CAUQAA"
    },
    "issued_token_type": {
      "type": "string",
      "example": "CAUQAA"
    },
    "token_type": {
      "type": "string",
      "example": "CAUQAA"
    },
    "expires_in": {
      "type": "integer",
      "example": 10
    }
  },
  "required": [
    "access_token",
    "issued_token_type",
    "token_type",
    "expires_in"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SuccessfulAssetTokenFlow"
}