Looker · JSON Structure

Looker Access Token Structure

Type: object Properties: 4
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

AccessToken is a JSON Structure definition published by Looker, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

access_token token_type expires_in refresh_token

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AccessToken",
  "type": "object",
  "properties": {
    "access_token": {
      "type": "string"
    },
    "token_type": {
      "type": "string"
    },
    "expires_in": {
      "type": "integer"
    },
    "refresh_token": {
      "type": "string"
    }
  }
}