MCPcopy
hub / github.com/golang-jwt/jwt / GetExpirationTime

Method GetExpirationTime

claims.go:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

verifyExpiresAtMethod · 0.65

Implementers 1

RegisteredClaimsregistered_claims.go

Calls

no outgoing calls

Tested by

no test coverage detected