AuthScheme
Specifies the type of authentication to use when connecting to GitHub.
Possible Values
PersonalAccessToken, OAuthData Type
string
Default Value
"OAuth"
Remarks
- PersonalAccessToken: Set this to authenticate using a personal access token.
- OAuth: Set this to authenticate using OAuth 2.0 with the authorization code grant type.