UNPKG

@idfy/sdk

Version:
11 lines (10 loc) 266 B
export interface Security { /** * (Coming soon) Determines if the link is one-time use. */ oneTimeUse?: boolean; /** * (Coming soon) A list of IP addresses that are allowed to see / sign the document. */ ipWhiteList?: string[]; }