ADO.NET Provider for SAP ByDesign

Build 24.0.9062

GetOAuthAccessToken

Get an authentication token from SAP ByDesign.

Input

Name Type Required Description
AuthMode String False Specifies the authentication mode.

使用できる値は次のとおりです。APP, WEB

デフォルト値はWEBです。

Verifier String False An authorization code that will be exchanged for a token.
CallbackURL String False The URL to which the system will redirect after authentication is complete.
State String False A parameter used to maintain state between the request and callback, often used to prevent CSRF attacks.

Result Set Columns

Name Type Description
OAuthAccessToken String The access token.
OAuthRefreshToken String The refresh token.
ExpiresIn String The remaining lifetime on the access token. A -1 denotes that it will not expire.

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