auth_token_validator¶
Checks provided tokens for validity
Variables¶
validate_result_update: object (authorization-ValidationResultUpdate)
Updated validation result for a given token due to some changes. These can be triggered by TransactionEvent messages or StartTransaction.
Commands¶
validate_token:object
Validate auth token and return result (with optional reason string)
provided_token: object <required> (authorization-ProvidedIdToken)
Contains information about the authorization request
Result: object (authorization-ValidationResult)
Result object containing validation result
Errors¶
/errors/generic :
CommunicationFault : Communication with the underlying hardware or device has a fault
VendorError : Vendor specific error code.
VendorWarning : Vendor specific error code.