JwtParameters.IssuedAt property
Gets the “iat” (Issued At) claim from the JWT, indicating when the token was issued.
public DateTime? IssuedAt { get; set; }
See Also
- class JwtParameters
- namespace Kestrun.Jwt
Gets the “iat” (Issued At) claim from the JWT, indicating when the token was issued.
public DateTime? IssuedAt { get; set; }