mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 11:05:56 +00:00
Merge pull request #147 from octokit/token-authenticator
Use the token authenticator.
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Octokit.Internal
|
||||
{
|
||||
{ AuthenticationType.Anonymous, new AnonymousAuthenticator() },
|
||||
{ AuthenticationType.Basic, new BasicAuthenticator() },
|
||||
{ AuthenticationType.Oauth, new AnonymousAuthenticator() }
|
||||
{ AuthenticationType.Oauth, new TokenAuthenticator() }
|
||||
};
|
||||
|
||||
public Authenticator(ICredentialStore credentialStore)
|
||||
|
||||
Reference in New Issue
Block a user