: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. | **There is an extended definition for this object** :ref:`here `. ******** 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 | **There is an extended definition for this object** :ref:`here `. | **Result**:*object* (:ref:`authorization-ValidationResult `) | Result object containing validation result | **There is an extended definition for this object** :ref:`here `.