CLIENT_ID= LIBNAME Statement Option

Specifies the client ID value for the OAuth client that is used to connect to Google BigQuery using the OAuth authentication method.

Valid in: SAS/ACCESS LIBNAME statement
Category: Data Access
Default: none
Interaction: Use this option in conjunction with the CLIENT_SECRET= and REFRESH_TOKEN= options.
Data source: Google BigQuery
Note: Support for this option was added in the April 2020 update for SAS/ACCESS.
See: CLIENT_SECRET= LIBNAME option, REFRESH_TOKEN= LIBNAME option
Example:
CLIENT_ID="919191919191-abababa5ab96so8v9o298np4tg0la1md.apps.googleusercontent.com"

Table of Contents

Syntax

CLIENT_ID=ID-value

Syntax Description

ID-value

specifies the client ID value for the OAuth client that is used to connect to Google BigQuery using the OAuth authentication method.

Details

This value is masked in the SAS log.

This option accepts values that have been encoded using PROC PWENCODE. SAS/ACCESS recognizes encoded values as those that begin with a SAS encoding tag. For more information, see PWENCODE Procedure in Base SAS Procedures Guide.

Last updated: February 3, 2026