Skip to content

Commit

Permalink
Update src/D2L.Security.OAuth2/Keys/UnsignedToken.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Owen Smith <owen@omsmith.ca>
  • Loading branch information
joshhoey and omsmith committed Nov 21, 2023
1 parent 646f1a5 commit 6bda85a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/D2L.Security.OAuth2/Keys/UnsignedToken.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ DateTime issuedAt
/// <summary>
/// When the token was issued; this is the 'iat' claim
/// </summary>
public DateTime IssuedAt
{
public DateTime IssuedAt {
get { return m_issuedAt; }
}

Expand Down

0 comments on commit 6bda85a

Please sign in to comment.