UNPKG

@digital-gov-mg/nui-federation-ts-sdk

Version:

This TypeScript SDK connects to the NUI Federation API for getting or creating, revoke, generating batch for NUI from the API

6 lines (5 loc) 156 B
import { Uin } from './uin'; export declare class NuiFederation { uin: Uin; constructor(baseUrl: string, clientId: string, clientSecret: string); }