jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
10 lines (9 loc) • 514 B
JSON
{
"oauth2-google" :{
"originServerAuthorizationUrl" : "https://accounts.google.com/o/oauth2/auth",
"originServerTokenRequestUrl" : "https://accounts.google.com/o/oauth2/token",
"clientOAuth2CallbackUrl" : "http://localhost:8090/{{{TILE_NAME_BASE}}}/oauth/oauth2Callback",
"oauth2ConsumerKey" : "!!!_CHANGE_ME_DO_NOT_START_SERVER_WITH_OUT_A_REAL_ONE_FROM_GOOGLE!!!",
"oauth2ConsumerSecret" : "!!!_CHANGE_ME_DO_NOT_START_SERVER_WITH_OUT_A_REAL_ONE_FROM_GOOGLE!!!"
}
}