GitHubOAuthInfoResponse interface
URL used to authorize the Developer Hub GitHub App
Properties
authURL | URL for authorizing the Developer Hub GitHub App |
token | OAuth token used to make calls to GitHub |
Property Details
authURL
URL for authorizing the Developer Hub GitHub App
authURL?: string
Property Value
string
token
OAuth token used to make calls to GitHub
token?: string
Property Value
string