Auth secrets used to validate the token.
200 if user is an admin user.
If the token is an app token, the validator will return 200.
If the token is a user token, the validator will check if the user is an admin user.
If the token is invalid, the validator will throw an error.
401 NBError Unauthorized
Generated using TypeDoc
A validator that checks if user is an admin user.