skip to main content
Connection property descriptions : TokenURI
  

Try DataDirect Drivers Now

TokenURI

Purpose

Specifies the endpoint used to exchange authentication credentials for access tokens when OAuth 2.0 authentication is enabled (AuthenticationMethod=OAuth2). The credentials passed to this endpoint depend on the authentication flow being employed by your REST service. For a list of credentials required for common authentication flows, refer "OAuth 2.0 authentication."

Valid Values

string
where:
string
is the endpoint used to retrieve OAuth 2.0 access tokens. For example:
https://example.com/oauth2/authorize/

Notes

*This property is not required for all authentication flows. See “OAuth 2.0 authentication” for a list of common authentication flows and their requirements. If you are unsure of the requirements for your authentication flow, contact your administrator for more information.

Data Source Method

setTokenURI

Default

None

Data Type

String

See Also

*OAuth 2.0 authentication
*OAuth 2.0 properties