Remora.OAuth2.Abstractions 1.0.0-alpha3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Remora.OAuth2.Abstractions.
dotnet add package Remora.OAuth2.Abstractions --version 1.0.0-alpha3
NuGet\Install-Package Remora.OAuth2.Abstractions -Version 1.0.0-alpha3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Remora.OAuth2.Abstractions" Version="1.0.0-alpha3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Remora.OAuth2.Abstractions --version 1.0.0-alpha3
#r "nuget: Remora.OAuth2.Abstractions, 1.0.0-alpha3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Remora.OAuth2.Abstractions:

Package Downloads
Remora.OAuth2 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 167 11/20/2023
1.0.0-alpha2 102 11/20/2022

Initial release.