UNPKG

whodis-sdk

Version:

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

9 lines (8 loc) 316 B
/** * generates a random user uuid namespaced for testing by whodis, pattern `beefbeef-****-****-****-beefbeefbeef` */ export declare const genTestUserUuid: () => string; /** * decides whether a user uuid is namespaced for testing by whodis */ export declare const isTestUserUuid: (userUuid: string) => boolean;