@uin-federation/sdk
Version:
This SDK connects to the NUI Federation API for getting or creating, revoke, generating batch for NUI from the API
17 lines (16 loc) • 430 B
TypeScript
import { Health } from './health.js';
import { System } from './system.js';
import { Log } from './log.js';
import { Uin } from './uin.js';
export declare class UINFederation {
uins: Uin;
logs: Log;
systems: System;
health: Health;
constructor({ baseUrl, clientId, clientSecret }: {
baseUrl: string;
clientId: string;
clientSecret: string;
});
}
//# sourceMappingURL=index.d.ts.map