UNPKG

@transcend-io/typescript-webhook-example

Version:

Example of a webhook that can be integrated with Transcend.

9 lines 385 B
/** * Process an access request for this user and upload the result to Transcend * * @param userIdentifier - User identifier * @param nonce - Nonce to respond with * @param requestLink - Link to request */ export default function scheduleAccessRequest(userIdentifier: string, nonce: string, requestLink: string): Promise<void>; //# sourceMappingURL=scheduleAccessRequest.d.ts.map