API Data Provider - Online Help

GetOAuthAccessToken

Obtains the OAuth access token to be used for authentication with various APIs.

Input

Name Type Description
AuthMode String The OAuth flow. APP or WEB.

The allowed values are APP, WEB.

The default value is WEB.

CallbackURL String The URL to be used as a trusted redirect URL.
State String A custom value sent with the callback to maintain session state.
Verifier String The verifier code obtained when the user grants permissions.

Result Set Columns

Name Type Description
OAuthAccessToken String The access token.
ExpiresIn String The remaining lifetime on the access token.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539.0