Fdw.Services.TokenManagers.Abstractions
1.0.0-rc.10
dotnet add package Fdw.Services.TokenManagers.Abstractions --version 1.0.0-rc.10
NuGet\Install-Package Fdw.Services.TokenManagers.Abstractions -Version 1.0.0-rc.10
<PackageReference Include="Fdw.Services.TokenManagers.Abstractions" Version="1.0.0-rc.10" />
<PackageVersion Include="Fdw.Services.TokenManagers.Abstractions" Version="1.0.0-rc.10" />
<PackageReference Include="Fdw.Services.TokenManagers.Abstractions" />
paket add Fdw.Services.TokenManagers.Abstractions --version 1.0.0-rc.10
#r "nuget: Fdw.Services.TokenManagers.Abstractions, 1.0.0-rc.10"
#:package Fdw.Services.TokenManagers.Abstractions@1.0.0-rc.10
#addin nuget:?package=Fdw.Services.TokenManagers.Abstractions&version=1.0.0-rc.10&prerelease
#tool nuget:?package=Fdw.Services.TokenManagers.Abstractions&version=1.0.0-rc.10&prerelease
Fdw.Services.TokenManagers.Abstractions
The token-manager contracts.
Implementations live in the sibling packages; this one holds the interfaces, base types and models they agree on, so a consumer can depend on the contract without taking the implementation.
Interfaces (7)
| Type | Kind | Purpose |
|---|---|---|
IAuthenticationService |
interface | The generic, provider-agnostic authN service — the single "front door" a host injects for… |
ITokenManager |
interface | Provider axis for token issuance/validation/invalidation/claims-extraction. One implementation backs one… |
ITokenManagerConfiguration |
interface | Marker interface for typed token-manager body configurations (e.g. an OpenIddict-specific configuration… |
ITokenManagerFactory |
interface | Marker interface for token manager factories. Mirrors ISchedulingFactory: the non-generic marker lets… |
ITokenManagerFactory<TService, TConfiguration> |
interface | Generic interface for token manager factories with typed configuration. |
ITokenManagerType |
interface | Non-generic interface for token manager service types. |
ITokenManagerType<TService, TConfiguration, TFactory> |
interface | Interface for token manager service types. Mirrors ISchedulerType's generic/non-generic split, but stays… |
Models and supporting types (2)
| Type | Kind | Purpose |
|---|---|---|
TokenIssuanceRequest |
class | Carries the grant information for a token issuance request. FDW always mints its OWN role/permission… |
TokenIssuanceResult |
class | The result of a successful token issuance or refresh operation. Access and refresh tokens are returned… |
Installation
dotnet add package Fdw.Services.TokenManagers.Abstractions --prerelease
Dependencies
Fdw.Abstractions · Fdw.Collections · Fdw.Configuration.Abstractions · Fdw.Messages · Fdw.Orchestration.Abstractions · Fdw.Results · Fdw.Services.Abstractions · Fdw.Services.Execution.Abstractions · Fdw.Services.SecretManagers.Abstractions
Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.SourceGenerators · Fdw.MessageLogging.SourceGenerators
Part of FractalDataWorks 1.0.0-rc.1. Licensed under Apache-2.0.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. 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.0
- Fdw.Abstractions (>= 1.0.0-rc.10)
- Fdw.Collections (>= 1.0.0-rc.10)
- Fdw.Configuration.Abstractions (>= 1.0.0-rc.10)
- Fdw.Messages (>= 1.0.0-rc.10)
- Fdw.Orchestration.Abstractions (>= 1.0.0-rc.10)
- Fdw.Results (>= 1.0.0-rc.10)
- Fdw.Services.Abstractions (>= 1.0.0-rc.10)
- Fdw.Services.Execution.Abstractions (>= 1.0.0-rc.10)
- Fdw.Services.SecretManagers.Abstractions (>= 1.0.0-rc.10)
- FluentValidation (>= 11.12.0)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.10)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration (>= 10.0.10)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Options (>= 10.0.10)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.10)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.10)
- Microsoft.IdentityModel.Tokens (>= 8.22.0)
- Polly.Core (>= 8.6.6)
- System.Collections.Immutable (>= 10.0.10)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Diagnostics.DiagnosticSource (>= 10.0.10)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
- System.Text.Json (>= 10.0.10)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Fdw.Services.TokenManagers.Abstractions:
| Package | Downloads |
|---|---|
|
Fdw.Services.Authentication.Abstractions
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Services.TokenManagers
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Services.Authentication.OpenIddict
Development tools and utilities for the Fdw ecosystem. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-rc.10 | 0 | 8/28/2026 |
| 1.0.0-rc.9 | 77 | 8/25/2026 |
| 1.0.0-rc.8 | 47 | 8/25/2026 |
| 1.0.0-rc.6.1 | 74 | 8/20/2026 |
| 1.0.0-rc.6 | 79 | 8/20/2026 |
| 1.0.0-rc.5 | 153 | 8/19/2026 |
| 1.0.0-rc.4 | 66 | 8/19/2026 |
| 1.0.0-rc.3 | 119 | 8/17/2026 |
| 1.0.0-rc.1 | 75 | 8/10/2026 |