()
| 8 | // `iat`, `nbf`, `iss`, `sub` and `aud`. |
| 9 | type Claims interface { |
| 10 | GetExpirationTime() (*NumericDate, error) |
| 11 | GetIssuedAt() (*NumericDate, error) |
| 12 | GetNotBefore() (*NumericDate, error) |
| 13 | GetIssuer() (string, error) |
no outgoing calls
no test coverage detected