Roku · Schema

Body_serviceaccounts-login_token

Body_serviceaccounts-login_token schema from Roku Nabu Cloud

StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

Properties

Name Type Description
grant_type string
client_id string
client_secret string
View JSON Schema on GitHub

JSON Schema

nabu-cloud-body-serviceaccounts-login-token-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-schema/nabu-cloud-body-serviceaccounts-login-token-schema.json",
  "title": "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"
    }
  }
}