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