[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-22 UTC."],[[["This resource provides a JSON template for managing access tokens issued by users for applications within the Google Directory API."],["The template includes fields like `clientId`, `scopes`, `userKey`, and others to define token properties and application details."],["You can use methods like `delete`, `get`, and `list` to manage tokens for specific users and applications."],["The `kind` field is always `admin#directory#token`, indicating the resource type within the Directory API."]]],["The JSON template defines a token resource with fields like `clientId`, `scopes`, `userKey`, `anonymous`, `displayText`, `nativeApp`, `kind`, and `etag`. These fields represent the application's ID, authorization scopes, user ID, registration status, display name, installation type, resource type, and resource version, respectively. The API offers methods to `delete` all user-issued tokens for an application, `get` information about a specific token, and `list` all tokens issued by a user to third-party apps.\n"]]