Application Programming Interface Guide > Built-in Procedures > Procedures Reference > GetClaim
 
GetClaim
Returns the Claim value from the bearer token for the specific Claim provided in the argument. The built-in procedure is also discussed in the TDV Administration Guide chapter OAuth Administration.
Location
/lib/users
Input
The claim name that is carried in the bearer token sent by the Client Application. The bearer token is encoded token in JSON format with name-value pairs.
Output
Returns the Claims value for the Claim name thats passed as the argument.