ODBC Driver for GitHub

Build 24.0.9175

RefreshOAuthAccessToken

Refreshes an expired OAuth Access Token to maintain continuous authenticated access to GitHub resources without requiring reauthorization from the user.

Input

Name Type Description
OAuthRefreshToken String The token used to request a new access token when the current one expires. This token is received alongside the original access token.

Result Set Columns

Name Type Description
OAuthAccessToken String The newly generated OAuth Access Token that must be used in API requests to access protected resources.
OAuthRefreshToken String A newly issued OAuth Refresh Token that can be used to obtain another access token once the current one expires.
ExpiresIn String The number of seconds until the new access token expires. By default, the expiration time is set to 1440 seconds (24 minutes).

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175