Skip to content

Latest commit

 

History

82 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAuth.net

NuGet version Nuget downloads Build And Test codecov MIT License

Library to handle the OAuth protocol. Implements http://tools.ietf.org/html/rfc5849

Transparent authentication

You can register a message handler to the HttpClient you are using that will handle the oAuth signing.

            OAuth.OAuthMessageHandler _handler = new OAuth.OAuthMessageHandler(
                oauthToken.ApiKey,
                oauthToken.Secret,
                oauthToken.Token,
                oauthToken.TokenSecret);
            HttpClient client = new HttpClient(_handler);

About

Library to handle the OAuth protocol. Implements http://tools.ietf.org/html/rfc5849

Resources

Stars

6 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages