:orphan: .. _everest_interfaces_auth_token_validator: #################### auth_token_validator #################### | Checks provided tokens for validity ********* Variables ********* | **validate_result_update**: *object* (:ref:`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* (:ref:`authorization-ProvidedIdToken `) | Contains information about the authorization request | **Result**: *object* (:ref:`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.