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 APP.

CallbackURL String The URL to be used as a trusted redirect URL, where the user will return with the token that verifies that they have granted your app access.
Verifier String The verifier code obtained when the user grants permissions to your app.
State String An arbitrary string of your choosing that is returned to your app; a successful roundtrip of this string helps ensure that your app initiated the request.

The default value is test.

Result Set Columns

Name Type Description
OAuthAccessToken String The access token.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060.0