MCP Server for Sage Intacct

Build 25.0.9440

RefreshOAuthAccessToken

Refreshes an expired OAuth Access Token to maintain continuous authenticated access to resources without requiring reauthorization from the user. Only used for the AzureAD AuthScheme.

Input

Name Type Description
OAuthRefreshToken String The OAuth Refresh Token obtained during the initial authorization, used to request a new access token when the original has expired.

Result Set Columns

Name Type Description
OAuthAccessToken String The newly issued OAuth Access Token, required for authenticating subsequent API requests.
ExpiresIn String The duration, in seconds, until the newly issued access token expires.

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