From 6bda85a3cc326db8b10e7e5d22a1b397068aa05f Mon Sep 17 00:00:00 2001 From: Josh Hoey <38116185+joshhoey@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:13:11 -0500 Subject: [PATCH] Update src/D2L.Security.OAuth2/Keys/UnsignedToken.cs Co-authored-by: Owen Smith --- src/D2L.Security.OAuth2/Keys/UnsignedToken.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/D2L.Security.OAuth2/Keys/UnsignedToken.cs b/src/D2L.Security.OAuth2/Keys/UnsignedToken.cs index 374896f5..18301869 100644 --- a/src/D2L.Security.OAuth2/Keys/UnsignedToken.cs +++ b/src/D2L.Security.OAuth2/Keys/UnsignedToken.cs @@ -76,8 +76,7 @@ public DateTime ExpiresAt { /// /// When the token was issued; this is the 'iat' claim /// - public DateTime IssuedAt - { + public DateTime IssuedAt { get { return m_issuedAt; } }