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) 307 B
import { WhodisContactMethod, WhodisUser } from '../../domain'; export declare const addUserContactMethod: (args: { userUuid: string; contactMethod: WhodisContactMethod; }, context: { credentials: { privateKey: string; publicKey: string; }; }) => Promise<WhodisUser | null>;