Checking the Response
How check response without JWT(attestation)
const response = 'response from sdk';
console.log(response);
/* Log:
{
attemptId: "6018d4da5ea6db000849a669",
isAuthorized: false
}
*/How to get your clientSecret
JWT validation
Data entered into JWT(attestation)
Field
Type
Description
How to extract data from the JWT
Authorization check
Last updated

