AT&T · JSON Structure

Wireless Apis Token Response Structure

OAuth 2.0 token response from AT&T

Type: object Properties: 5
Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

Wireless Apis Token Response Structure is a JSON Structure definition published by AT&T, describing 5 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

access_token token_type expires_in refresh_token scope

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api.att.com/schemas/wireless/token-response",
  "title": "Token Response",
  "description": "OAuth 2.0 token response from AT&T",
  "type": "object",
  "properties": {
    "access_token": {
      "type": "string"
    },
    "token_type": {
      "type": "string",
      "enum": [
        "bearer"
      ]
    },
    "expires_in": {
      "type": "integer"
    },
    "refresh_token": {
      "type": "string"
    },
    "scope": {
      "type": "string"
    }
  }
}