VerificationCodes
Query verification codes for a user.
Table Specific Information
Select
To get a current set of valid backup verification codes for a specified 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 APIs:
SELECT * FROM VerificationCodes
Columns
Name | Type | Description |
UserId | String | The unique ID of the user. |
VerificationCode | String | A current verification code for the user. |
Etag | String | Etag of the resource. |