fintecture-client
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -64,4 +64,4 @@ import { AIS } from './src/Ais'; | ||
public async getDecoupledAuthUrl(accessToken: string, providerId: string, psuId: string, psuIpAddress): Promise<object> { | ||
return this.ais.authorize(accessToken, providerId, null, null, Constants.DECOUPLEDMODEL, psuId, psuIpAddress); | ||
public async getDecoupledAuthUrl(accessToken: string, providerId: string, psuId: string, psuIpAddress: string, redirectUri: string): Promise<object> { | ||
return this.ais.authorize(accessToken, providerId, redirectUri, null, Constants.DECOUPLEDMODEL, psuId, psuIpAddress); | ||
} | ||
@@ -68,0 +68,0 @@ |
@@ -26,3 +26,3 @@ import { IPisConnect, IAisConnect } from './src/interfaces/connect/ConnectInterface'; | ||
getRedirectAuthUrl(accessToken: string, providerId: string, redirectUri: string, state?: string): Promise<object>; | ||
getDecoupledAuthUrl(accessToken: string, providerId: string, psuId: string, psuIpAddress: any): Promise<object>; | ||
getDecoupledAuthUrl(accessToken: string, providerId: string, psuId: string, psuIpAddress: string, redirectUri: string): Promise<object>; | ||
getDecoupledAuthStatus(accessToken: string, providerId: string, pollingId: string): Promise<object>; | ||
@@ -29,0 +29,0 @@ getAccounts(accessToken: string, customerId: string, search?: any, headers?: any): Promise<object>; |
@@ -67,5 +67,5 @@ "use strict"; | ||
} | ||
getDecoupledAuthUrl(accessToken, providerId, psuId, psuIpAddress) { | ||
getDecoupledAuthUrl(accessToken, providerId, psuId, psuIpAddress, redirectUri) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
return this.ais.authorize(accessToken, providerId, null, null, Constants_1.Constants.DECOUPLEDMODEL, psuId, psuIpAddress); | ||
return this.ais.authorize(accessToken, providerId, redirectUri, null, Constants_1.Constants.DECOUPLEDMODEL, psuId, psuIpAddress); | ||
}); | ||
@@ -72,0 +72,0 @@ } |
{ | ||
"name": "fintecture-client", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "Fintecture Open Banking API Gateway enabling secure bank connections and payments", | ||
@@ -5,0 +5,0 @@ "main": "lib/fintecture-client.js", |
{ | ||
"name": "fintecture-client", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "Fintecture Open Banking API Gateway enabling secure bank connections and payments", | ||
@@ -5,0 +5,0 @@ "main": "lib/fintecture-client.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
174386