Random Code - Verifier node
The Random Code - Verifier node verifies a previously generated random code by comparing the provided value with the stored value for a specific identifier.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
-
Random code identifier: Specify the identifier for the generated code that is to be verified.
-
Random code: Define the code to be verified against the stored value.
Default output node
- Success
- Invalid Code
- Failure
JSON metadata
{
"name": "verify_random_code_v3",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"nodeName": "VerifyRandomCodeV3",
"category": "utility_components",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Random Code - Verifier"
}, {
"lang": "it",
"value": "Random Code - Verifier"
}
],
"index": 13,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "InvalidCode",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
]
}