@idfy/sdk
Version:
Node.js SDK for Idfy REST API
14 lines (13 loc) • 481 B
TypeScript
export declare class IdfyConfiguration {
static clientId: string;
static clientSecret: string;
static scopes: any[];
private static _baseUrl;
private static _oauthBaseUrl;
static setClientCredentials(clientId: string, clientSecret: string, scopes: any[]): void;
static get baseUrl(): string;
static set baseUrl(value: string);
static get oauthBaseUrl(): string;
static set oauthBaseUrl(value: string);
static get sdkVersion(): string;
}