I am validating VSTS OAuth token, as explained here. I enabled access to the OAuth token from my VSTS build phase.
What are the claims present in the token? Where is this documented?
Note: the token is a JWT token so any claims will have the following keys.
Related question: How to verify the publisher of a message to a service bus using VSTS server-based task?