{
  "name": "SMA API",
  "identifier": "https://ama.stream/identifier",
  "allow_offline_access": true,
  "skip_consent_for_verifiable_first_party_clients": true,
  "token_lifetime": 86400,
  "token_lifetime_for_web": 7200,
  "signing_alg": "RS256",
  "scopes": [
    {
      "value": "access:SMA API",
      "description": "access SMA API"
    }
  ],
  "enforce_policies": true,
  "token_dialect": "access_token_authz"
}