@idfy/sdk
Version:
Node.js SDK for Idfy REST API
15 lines (14 loc) • 383 B
TypeScript
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;
}