{
    "GPP_client_id": "356832216279.apps.googleusercontent.com",
    "GPP_client_secret": "lIODpsZNZBjTlIkf1bKtJ6G-",
    "auth_base_URL" :"https://accounts.google.com/o/oauth2/",
    "callback_URL" : "http://localhost",
    "callback_host" : "localhost",
    "profile_URL" : "https://www.googleapis.com/oauth2/v3/userinfo",
    "auth_request" : "https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=356832216279.apps.googleusercontent.com&redirect_uri=http://localhost&scope=https://www.googleapis.com/auth/userinfo.email+https://www.googleapis.com/auth/userinfo.profile+https://www.google.com/reader/api/0/subscription&data-requestvisibleactions=http://schemas.google.com/AddActivity",
    "access_token_key" : "access_token",
    "accept_key" : "code",
    "denied_key" : "error",
    "denied_value" : "access_denied",
    "profile_userid_key" : "sub",
    "profile_email_key" : "email",
    "profile_firstname_key" : "given_name",
    "profile_lastname_key" : "family_name",
    "profile_imageURL_key" : "picture"
}