ODBC Driver for GitHub

Build 24.0.9175

GetOAuthAuthorizationURL

Retrieves the OAuth Authorization URL, allowing the client to direct the user's browser to the authorization server and initiate the OAuth process.

Input

Name Type Description
CallbackUrl String The URL to which GitHub redirects the user after they authorize your application. It must match the callback URL registered with your GitHub app.
Scope String A comma-separated list of scopes that specify the permissions your application is requesting from the user (for example, 'repo', 'user').
State String A user-defined value sent to GitHub and returned in the response to maintain application state or ensure security (for example, for CSRF protection or redirecting the user to a specific resource).

Result Set Columns

Name Type Description
URL String The generated URL that the user must visit in their web browser to authorize your application and obtain a verifier token.

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