Right now I see two use cases, apart from just getting a plain list of tokens:
* I would like to know the date of creation and the access-level to a token which was written to a file on my local system (matching the access-token)
* I also would like to check if there is an active token for the same consumer and with the same access-level before creating a new one
And as a bonus I would like to revoke the authorization of a token, for example in a unistall script of an application to clean up unused tokens
Right now I see two use cases, apart from just getting a plain list of tokens:
* I would like to know the date of creation and the access-level to a token which was written to a file on my local system (matching the access-token)
* I also would like to check if there is an active token for the same consumer and with the same access-level before creating a new one
And as a bonus I would like to revoke the authorization of a token, for example in a unistall script of an application to clean up unused tokens
Markus