{
  "title": "TestOAuth.com",
  "class": "Civi\\OAuth\\TestOAuthDotComProvider",
  "options": {
    "urlAuthorize": "https://testoauth.com/oauth/authorize",
    "urlAccessToken": "https://testoauth.com/oauth/token",
    "urlResourceOwnerDetails": "https://testoauth.com/oauth/info",
    "scopes": ["read"]
  }
}
