13.2.6. auth_token_validator¶
Checks provided tokens for validity
13.2.6.1. 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.
There is an extended definition for this object here.
13.2.6.2. 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
There is an extended definition for this object here.
Result:object (authorization-ValidationResult)
Result object containing validation result
There is an extended definition for this object here.