PhilipDaubmeier.TokenStore
1.3.1
Provides a means to store and retrieve OAuth access and refresh tokens to/from a configurable entity framework database.
Install-Package PhilipDaubmeier.TokenStore -Version 1.3.1
dotnet add package PhilipDaubmeier.TokenStore --version 1.3.1
<PackageReference Include="PhilipDaubmeier.TokenStore" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PhilipDaubmeier.TokenStore --version 1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PhilipDaubmeier.TokenStore, 1.3.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
1.3.1 - fixed multi TFM issues
1.3.0 - widened range of supported platforms by targeting netstandard2.1
1.2.0 - upgraded to target framework netcoreapp3.1
1.1.0 - migrated to netcoreapp3.0
1.0.0 - Initial version with publishing version 1.0 of GraphIoT
Dependencies
-
.NETCoreApp 3.1
- Microsoft.EntityFrameworkCore (>= 3.1.3)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 3.1.3)
-
.NETStandard 2.1
- Microsoft.EntityFrameworkCore (>= 3.1.3)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 3.1.3)
- System.Text.Json (>= 4.7.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.