10.2.5. auth_token_validator¶
Checks provided tokens for validity
10.2.5.1. Commands¶
validate_token:object
Validate auth token and return result (with optional reason string)
provided_token:object (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.