API Data Provider - Online Help

RefreshOAuthAccessToken

Refreshes the OAuth access token used for authentication.

Input

Name Type Description
OAuthRefreshToken String A token that may be used to obtain a new access token.
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.
State String A custom value sent with the callback to maintain session state and prevent cross-site request forgery (CSRF) attacks.

Result Set Columns

Name Type Description
OAuthAccessToken String The authentication token returned.
OAuthRefreshToken String A token that may be used to obtain a new 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