AuthURI
- Last Updated: June 2, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Google BigQuery 6.0
- Documentation
Purpose
Specifies the endpoint for obtaining an authorization code from a private endpoint for OAuth 2.0 implementations.
Valid Values
String
where:
String
is the endpoint for retrieving the OAuth 2.0 authorization code from a private endpoint.
Notes
-
When this endpoint is queried, the authorization service presents an interface prompting the user to approve or deny access to backend data.
-
See "Configuring OAuth 2.0 authentication" for examples and more information.
Data Source Method
setAuthUri
Default
https://accounts.google.com/o/oauth2/auth
Data Type
String