UNPKG

whodis-sdk

Version:

A simple sdk for easy, secure authentication with the whodis platform. Setup secure authentication for your app in seconds.

11 lines (10 loc) 292 B
import { WhodisContactMethod, WhodisUser } from '../../domain'; export declare const createUser: (args: { externalId: string; contactMethod: WhodisContactMethod; }, context: { credentials: { privateKey: string; publicKey: string; }; }) => Promise<WhodisUser>;