@uin-federation/sdk
Version:
This SDK connects to the NUI Federation API for getting or creating, revoke, generating batch for NUI from the API
9 lines (8 loc) • 431 B
TypeScript
import { GetOrCreateUINRequest, UINResponse, GenerateBatchUINResponse } from '../../common/types.js';
import { HTTP } from '../../core/transports/index.js';
export declare class Uin extends HTTP {
getOrCreateUIN(payload: GetOrCreateUINRequest[]): Promise<UINResponse>;
revokeUIN(uin: string): Promise<UINResponse>;
generateBatchUIN(count: string): Promise<GenerateBatchUINResponse>;
}
//# sourceMappingURL=uin.d.ts.map