Read All User Access Tokens
Read all user access tokens in Google Workspace.
Input
Field | Definition | Type | Required |
---|---|---|---|
Read By |
|||
User ID | User's primary email address, alias email address, or unique identifier. |
Text |
TRUE |
Output
Field | Definition | Type |
---|---|---|
Access Tokens |
||
Application Name | Name of the application to which an access token is issued. |
Text |
Client ID | Client ID of the application to which the token is issued. |
Text |
User Key | Identifies the user in the API request; the value can be the user's primary email address, alias email address, or unique user ID. |
Text |
Is Anonymous? | Identifies whether the application is registered with Google; the value is true if the application has an anonymous Client ID. |
Text |
Is Native App? | Identifies whether the token is issued to an installed application; the value is true if the application is installed to a desktop or mobile device. |
Text |
Scopes | List of authorization scopes that are granted to the application. |
Text |
ETag | ETag of the resource. |
Text |
Kind | Type of API resource; this is always admin#directory#tokenList. |
Text |