Skip to main content

clienttokens

Overview

Nameclienttokens
TypeResource
Idokta.user.clienttokens

Fields

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

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.