Excel Add-In for SAP Concur

Build 24.0.9062

GetOAuthAccessToken

Gets the OAuth access token from Concur.

Input

Name Type Description
AuthMode String The type of authentication mode to use. The allowed values are APP, WEB.
Verifier String The verifier token returned by Concur after using the URL obtained with GetOAuthAuthorizationURL. Required for only the Web AuthMode.
Scope String The scope or permissions you are requesting.
CallbackUrl String The URL the user will be redirected to after authorizing your application.
State String This field indicates any state that may be useful to your application upon receipt of the response. Your application receives the same value it sent, as this parameter makes a round-trip to the Concur authorization server and back. Possible uses include redirecting the user to the correct resource in your site, using nonces, and mitigating cross-site request forgery.

Result Set Columns

Name Type Description
OAuthAccessToken String The authentication token returned from Concur.
OAuthRefreshToken String A token that may be used to obtain a new access token.
ExpiresIn String The remaining lifetime for the access token in seconds.
GeoLocation String The GeoLocation of the Concur instance.

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