Gets the token metadata for all the tokens corresponding to the given
token type issued for a given subject.
Query parameters
client_idstringOptionalAn identifier that represents the application, which requested the
token. Only relevant for application access tokens.
requested_token_typeenumOptionalThe type of the requested token. If no value is specified, the
response will include tokens of all the types.
subjectstringOptionalThe subject associated with the token. In the absence of this
parameter, the ID of the authenticated entity is treated as the
subject.