clienttokens
Overview
Name | clienttokens |
Type | Resource |
Id | okta.user.clienttokens |
Fields
Name | Datatype |
---|---|
id | string |
_embedded | object |
_links | object |
clientId | string |
created | string |
createdBy | object |
expiresAt | string |
issuer | string |
lastUpdated | string |
scopes | array |
status | string |
userId | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | clientId, tokenId, userId, subdomain | Gets a refresh token issued for the specified User and Client. |
list | SELECT | clientId, userId, subdomain | Lists all refresh tokens issued for the specified User and Client. |
delete | DELETE | clientId, tokenId, userId, subdomain | Revokes the specified refresh token. |
deleteAll | EXEC | clientId, userId, subdomain | Revokes all refresh tokens issued for the specified User and Client. |