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}