JDBC Driver for GitHub

Build 23.0.8847

RefreshOAuthAccessToken

Refreshes the OAuth access token used for authentication.

Input

Name Type Description
OAuthRefreshToken String The refresh token you received with the access token you wish to refresh.

Result Set Columns

Name Type Description
OAuthAccessToken String The token to be included in each request for access to protected resources.
OAuthRefreshToken String The token to be included in a request for a new access token when your current access token has expired.
ExpiresIn String The duration in seconds before the token expires. The default is 1440 seconds, or 24 minutes.

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