diff --git a/src/JwtClaimTypes.cs b/src/JwtClaimTypes.cs index 83fc8ebd..0cdb8a1d 100644 --- a/src/JwtClaimTypes.cs +++ b/src/JwtClaimTypes.cs @@ -156,6 +156,11 @@ public static class JwtClaimTypes /// public const string Role = "role"; + /// + /// The roles + /// + public const string Roles = "roles"; + /// /// The reference token identifier ///