Skip to main content

clienttokens

Overview

Nameclienttokens
TypeResource
Idokta.user.clienttokens

Fields

NameDatatype
idstring
userIdstring
statusstring
scopesarray
_embeddedobject
clientIdstring
lastUpdatedstring
createdstring
issuerstring
createdByobject
expiresAtstring
_linksobject

Methods

NameAccessible byRequired ParamsDescription
getSELECTclientId, tokenId, userId, subdomainGets a refresh token issued for the specified User and Client.
listSELECTclientId, userId, subdomainLists all refresh tokens issued for the specified User and Client.
deleteDELETEclientId, tokenId, userId, subdomainRevokes the specified refresh token.
deleteAllEXECclientId, userId, subdomainRevokes all refresh tokens issued for the specified User and Client.