Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct returned field for JWTTokenRequest
JWTTokenRequest.GetIssuedAt() was returning the ExpiresAt field. This change corrects that by returning IssuedAt instead. This bug was introduced in #283
- Loading branch information