citi-oauth
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -80,3 +80,3 @@ "use strict"; | ||
async getAccessToken(code) { | ||
const url = 'https://sandbox.apihub.citi.com/gcb/api/authCode/oauth2/token/us/gcb'; | ||
const url = 'https://sandbox.apihub.citi.com/gcb/api/authCode/oauth2/token/sg/gcb'; | ||
const info = { | ||
@@ -83,0 +83,0 @@ grant_type: 'authorization_code', |
{ | ||
"name": "citi-oauth", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "citi oauth typescript version", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
216067