view test_integration/client_secret.json @ 148:cd12993f4895

test_integration: Generate fake API
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 27 Oct 2020 11:05:36 +0100
parents
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"
    ]
  }
}