Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fintecture-client

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fintecture-client - npm Package Compare versions

Comparing version 1.0.25 to 1.0.26

4

fintecture-client.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc