From ae7e2a3a9bea7c8298aaf427f3f399bf9f8e54c8 Mon Sep 17 00:00:00 2001 From: Jacob Parker Date: Wed, 31 Jul 2024 09:03:51 -0400 Subject: [PATCH] Update JsonWebKey.cs --- src/D2L.Security.OAuth2/Keys/JsonWebKey.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/D2L.Security.OAuth2/Keys/JsonWebKey.cs b/src/D2L.Security.OAuth2/Keys/JsonWebKey.cs index 15279c80..1e3fdb48 100644 --- a/src/D2L.Security.OAuth2/Keys/JsonWebKey.cs +++ b/src/D2L.Security.OAuth2/Keys/JsonWebKey.cs @@ -56,7 +56,6 @@ public virtual DateTimeOffset? ExpiresAt { /// A JWK DTO public abstract object ToJwkDto(); - /// /// Deserialize a JWK ///