AppSpecificPasswords
Lists all Application Specific Passwords (passwords that are used with applications that do not accept verification codes) issued by a user.
Table Specific Information
Select
To get a list of all the application specific tokens issued by a user, the UserId column is required. It can be set in the connection string or in the WHERE clause condition. If not specified, the Id of the first user from the Users table will be used.
For example, the following query is processed server side by the Google Directory API:
SELECT * FROM AppSpecificPasswords
Columns
Name | Type | Description |
Id [KEY] | String | The unique identifier of the ASP. |
UserId | String | The unique identifier of the user who issued the ASP. |
Name | String | Name of the ASP. |
CreationDate | Datetime | The date when the ASP was created. |
LastTimeUsed | Datetime | The time when the ASP was last used. |
Etag | String | Etag of the resource. |