From 750ff208a1c772309b615063b7e4828fa88bc3f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Sat, 22 Feb 2020 19:32:30 +0100 Subject: [PATCH] Remove OpenIddictTokenDescriptor.Properties --- .../Descriptors/OpenIddictTokenDescriptor.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/OpenIddict.Abstractions/Descriptors/OpenIddictTokenDescriptor.cs b/src/OpenIddict.Abstractions/Descriptors/OpenIddictTokenDescriptor.cs index 7ff16ec2..2b01b2cf 100644 --- a/src/OpenIddict.Abstractions/Descriptors/OpenIddictTokenDescriptor.cs +++ b/src/OpenIddict.Abstractions/Descriptors/OpenIddictTokenDescriptor.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using System.Security.Claims; namespace OpenIddict.Abstractions @@ -40,13 +39,6 @@ namespace OpenIddict.Abstractions /// public ClaimsPrincipal Principal { get; set; } - /// - /// Gets the optional authentication properties associated with the token. - /// Note: this property is not stored by the default token stores. - /// - public IDictionary Properties { get; } = - new Dictionary(StringComparer.Ordinal); - /// /// Gets or sets the reference identifier associated with the token. /// Note: depending on the application manager used when creating it,