{
  "issuer": "https://www.awtsmoos.com",
  "authorization_endpoint": "https://www.awtsmoos.com/api/oauth/authorize",
  "device_authorization_endpoint": "https://www.awtsmoos.com/api/oauth/device-authorization",
  "token_endpoint": "https://www.awtsmoos.com/api/oauth/token",
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "urn:ietf:params:oauth:grant-type:device_code"
  ],
  "token_endpoint_auth_methods_supported": [
    "none",
    "client_secret_post",
    "client_secret_basic"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "scopes_supported": [
    "profile",
    "tunnel.admin",
    "tunnel.browser",
    "tunnel.command",
    "tunnel.mission",
    "tunnel.read",
    "tunnel.room",
    "tunnel.write"
  ],
  "service_documentation": "https://www.awtsmoos.com/api/tunnel/control/docs",
  "awtsmoos_agent_manifest": "https://www.awtsmoos.com/api/tunnel/control/agent-manifest",
  "awtsmoos_device_verification_uri": "https://www.awtsmoos.com/api/oauth/device",
  "awtsmoos_recommended_client_id": "external-agent"
}