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; } }