Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
trwalke committed Nov 1, 2024
1 parent 0fd8f43 commit 376c1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Microsoft.IdentityModel.TestUtils/ReferenceTokens.cs
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ public static JObject PayloadAsJObject
{ JwtRegisteredClaimNames.Aud, Audience },
{ JwtRegisteredClaimNames.Iat, EpochTime.GetIntDate(IssueInstant).ToString() },
{ JwtRegisteredClaimNames.Nbf, EpochTime.GetIntDate(NotBefore).ToString()},
{ JwtRegisteredClaimNames.Exp, EpochTime.GetIntDate(Expires).ToString() }
{ JwtRegisteredClaimNames.Exp, EpochTime.GetIntDate(Expires).ToString() },
};
}

Expand Down

0 comments on commit 376c1ce

Please sign in to comment.