xref: /aosp_15_r20/external/google-auth-library-java/oauth2_http/testresources/client_secret.json (revision af546375c95127f07cb26dd492629ccb2e8b1be1)
1{
2  "web": {
3    "client_id":"ya29.1.AADtN_UtlxN3PuGAxrN2XQnZTVRvDyVWnYq4I6dws",
4    "auth_uri":"https://accounts.google.com/o/oauth2/auth",
5    "token_uri":"https://accounts.google.com/o/oauth2/token",
6    "auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs",
7    "client_secret":"jakuaL9YyieakhECKL2SwZcu",
8    "redirect_uris":[
9      "http://example.appspot.com/oauth2callback",
10      "http://localhost:8080/oauth2callback"
11    ],
12    "javascript_origins":[
13      "https://www.example.com"
14    ]
15  }
16}
17