...

Text file src/cloud.google.com/go/auth/internal/testdata/clientcreds_installed.json

Documentation: cloud.google.com/go/auth/internal/testdata

     1{
     2    "installed": {
     3        "client_id": "222-installed.apps.googleusercontent.com",
     4        "client_secret": "shhhh",
     5        "auth_uri": "https://accounts.google.com/o/oauth2/auth",
     6        "token_uri": "https://accounts.google.com/o/oauth2/token",
     7        "redirect_uris": [
     8            "https://www.example.com/oauth2callback"
     9        ]
    10    }
    11}

View as plain text