Remora.OAuth2.Abstractions
1.0.0-alpha3
Prefix Reserved
dotnet add package Remora.OAuth2.Abstractions --version 1.0.0-alpha3
NuGet\Install-Package Remora.OAuth2.Abstractions -Version 1.0.0-alpha3
<PackageReference Include="Remora.OAuth2.Abstractions" Version="1.0.0-alpha3" />
paket add Remora.OAuth2.Abstractions --version 1.0.0-alpha3
#r "nuget: Remora.OAuth2.Abstractions, 1.0.0-alpha3"
// Install Remora.OAuth2.Abstractions as a Cake Addin #addin nuget:?package=Remora.OAuth2.Abstractions&version=1.0.0-alpha3&prerelease // Install Remora.OAuth2.Abstractions as a Cake Tool #tool nuget:?package=Remora.OAuth2.Abstractions&version=1.0.0-alpha3&prerelease
Remora.OAuth2.Abstractions
This package contains a complete set of type and API abstractions for the OAuth2 API. It provides no concrete implementations; rather, it acts as a general, library-agnostic standard definition of OAuth2's API.
These types serve as the foundation of Remora.OAuth2's entire API surface, but can just as easily be used to implement your own OAuth2 library, independently of Remora.OAuth2.
The primary goal of this project is to model OAuth2's API as closely as
possible, while at the same time applying appropriate C# practices and builtin
types (such as DateTimeOffset
).
Structure
The library is divided into type categories, organized to match OAuth2's API documentation as closely as is realistic. Each object defined by OAuth2 has a corresponding interface, with inline documentation that matches OAuth2's.
Usage
No particular usage recommendations exist for this library. It's up to you to decide how to implement or utilize these definitions.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Remora.Rest.Core (>= 2.2.1)
-
net6.0
- Remora.Rest.Core (>= 2.2.1)
-
net7.0
- Remora.Rest.Core (>= 2.2.1)
-
net8.0
- Remora.Rest.Core (>= 2.2.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Remora.OAuth2.Abstractions:
Package | Downloads |
---|---|
Remora.OAuth2
Remora.OAuth2's implementation of OAuth2's API objects |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-alpha3 | 187 | 11/20/2023 |
1.0.0-alpha2 | 113 | 11/20/2022 |
Initial release.