UNPKG

@idfy/sdk

Version:
15 lines (14 loc) 383 B
export interface ReturnUrls { /** * The url to be redirected to if the identification process fails. */ Error: string; /** * The url to be redirected to if the user aborts the identification process. */ Abort: string; /** * The return urls to be redirected to after the identification process is a success. */ Success: string; }