view test_integration/client_secret.json @ 154:6604947e0369

test_integration: Start implementing first API call test
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 27 Oct 2020 19:54:34 +0100
parents cd12993f4895
children
line wrap: on
line source

{
  "installed": {
    "client_id": "902216714886-8obvm3pn22b0jktllc0f0rufcbuvtrhg.apps.borgac.net",
    "project_id": "integration-test-243420",
    "auth_uri": "https://accounts.borgac.net/oauth2/",
    "token_uri": "https://accounts.borgac.net/token",
    "auth_provider_x509_cert_url": "https://accounts.borgac.net/oauth2/v1/certs",
    "client_secret": "somesecret",
    "redirect_uris": [
      "urn:ietf:wg:oauth:2.0:oob",
      "http://localhost"
    ]
  }
}