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,