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