JDBC Driver for Google Directory

Build 22.0.8462

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. The driver processes other queries client-side in memory.

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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462