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