Table of Contents
An Authlete-powered authorization server can leverage /client/authorization/get/list API to retrieve a list of clients which has been authorized by a specific user.
In order to make the list, Authlete checks its token database to see which clients’ tokens are stored. Expiration time for each token doesn’t matter i.e. existence of tokens is only considered.
Authlete provides your authorization server with an API response including information on clients correlated with access tokens and/or refresh tokens which have been stored in Authlete’s token database. The following conditions affect existence of tokens in the database.
The valid token is surely stored in the database. Thus Authlete provides information on the client correlated with the token.
Even in such case, Authlete provides information on the client correlated with the expired tokens if they have been still stored (i.e. not been swept) in the token database. Authlete removes such expired tokens when: