UNPKG

@idfy/sdk

Version:
32 lines 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const IdfyConfiguration_1 = require("../IdfyConfiguration"); let Urls = /** @class */ (() => { class Urls { static get defaultOAuthUrl() { return this.defaultBaseUrl; } static get baseUrl() { return IdfyConfiguration_1.IdfyConfiguration.baseUrl; } static get oauthToken() { return `${this.baseUrl}/oauth/connect/token`; } static get identification() { return `${this.baseUrl}/identification`; } static get signature() { return `${this.baseUrl}/signature`; } static get notification() { return `${this.baseUrl}/notification`; } static get identificationv2() { return `${this.baseUrl}/identification/v2`; } } Urls.defaultBaseUrl = 'https://api.idfy.io'; return Urls; })(); exports.default = Urls; //# sourceMappingURL=Urls.js.map