@idfy/sdk
Version:
Node.js SDK for Idfy REST API
11 lines (10 loc) • 337 B
TypeScript
export default class Urls {
static defaultBaseUrl: string;
static get defaultOAuthUrl(): string;
static get baseUrl(): string;
static get oauthToken(): string;
static get identification(): string;
static get signature(): string;
static get notification(): string;
static get identificationv2(): string;
}