Roku · JSON Structure

Nabu Cloud Body Serviceaccounts Login Token Structure

Body_serviceaccounts-login_token schema from Roku Nabu Cloud

Type: object Properties: 3
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

Body_serviceaccounts-login_token is a JSON Structure definition published by Roku, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

grant_type client_id client_secret

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-structure/nabu-cloud-body-serviceaccounts-login-token-structure.json",
  "name": "Body_serviceaccounts-login_token",
  "description": "Body_serviceaccounts-login_token schema from Roku Nabu Cloud",
  "type": "object",
  "properties": {
    "grant_type": {
      "type": "string",
      "pattern": "client_credentials",
      "title": "Grant Type"
    },
    "client_id": {
      "type": "string",
      "title": "Client Id"
    },
    "client_secret": {
      "type": "string",
      "title": "Client Secret"
    }
  }
}