JDBC Driver for Exact Online

Build 23.0.8839

GetOAuthAuthorizationUrl

Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps.

Input

Name Type Description
CallbackUrl String The page to return the user after authorization is complete.
Grant_Type String The type of authorization to be granted for your app. If this is set to code, the stored procedure will return an authorization URL containing the verifier code in a query string parameter, which you will need to submit back with the GetOAuthAccessToken stored procedure. Implicit will cause the OAuth access token to be returned directly in the URL.

使用できる値は次のとおりです。Implicit, Code

State String

Result Set Columns

Name Type Description
Url String The authorization url.

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