FubarCoder.RestSharp.Portable.OAuth1
4.0.8
This library contains the OAuth 1.0 authenticator for RestSharp.Portable, which is a port of the OAuth 1.0 authenticator from the original RestSharp project. The authenticator was moved to a different library, to keep the number of dependencies of the RestSharp.Portable package as small as possible.
Supported Platforms:
- .NET Standard 1.0
- .NET Framework 4
- Silverlight 5
- Portable Class Libraries (Profiles 259 and 328)
Install-Package FubarCoder.RestSharp.Portable.OAuth1 -Version 4.0.8
dotnet add package FubarCoder.RestSharp.Portable.OAuth1 --version 4.0.8
<PackageReference Include="FubarCoder.RestSharp.Portable.OAuth1" Version="4.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FubarCoder.RestSharp.Portable.OAuth1 --version 4.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FubarCoder.RestSharp.Portable.OAuth1, 4.0.8"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
- Using the new core library
Dependencies
-
.NETFramework 4.0
- FubarCoder.RestSharp.Portable.Core (>= 4.0.8)
-
.NETFramework 4.5
- FubarCoder.RestSharp.Portable.Core (>= 4.0.8)
-
.NETStandard 1.0
- FubarCoder.RestSharp.Portable.Core (>= 4.0.8)
- Portable.BouncyCastle (>= 1.8.1)
-
.NETStandard 1.3
- FubarCoder.RestSharp.Portable.Core (>= 4.0.8)
- System.Security.Cryptography.Algorithms (>= 4.2.0)
-
MonoAndroid 1.0
- FubarCoder.RestSharp.Portable.Core (>= 4.0.8)
-
MonoTouch 1.0
- FubarCoder.RestSharp.Portable.Core (>= 4.0.8)
-
Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- FubarCoder.RestSharp.Portable.Core (>= 4.0.8)
- Portable.BouncyCastle (>= 1.8.1)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- FubarCoder.RestSharp.Portable.Core (>= 4.0.8)
- Portable.BouncyCastle (>= 1.8.1)
-
Silverlight 5.0
- FubarCoder.RestSharp.Portable.Core (>= 4.0.8)
- Portable.BouncyCastle (>= 1.8.1)
-
Xamarin.iOS 1.0
- FubarCoder.RestSharp.Portable.Core (>= 4.0.8)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FubarCoder.RestSharp.Portable.OAuth1:
Package | Downloads |
---|---|
FubarCoder.RestSharp.Portable.OAuth2
This library contains the OAuth 2.0 authenticators and clients for RestSharp.Portable, which is a port of the OAuth 2.0 authenticators from the original RestSharp project. The OAuth 2.0 clients are a port from the OAuth2 project made by Constantin Titarenko and others.
Supported Platforms:
- .NET Standard 1.0
- .NET Framework 4
- Silverlight 5
- Portable Class Libraries (Profiles 259 and 328)
|
GitHub repositories
This package is not used by any popular GitHub repositories.