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

Method GetIssuedAt

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

Source from the content-addressed store, hash-verified

9type Claims interface {
10 GetExpirationTime() (*NumericDate, error)
11 GetIssuedAt() (*NumericDate, error)
12 GetNotBefore() (*NumericDate, error)
13 GetIssuer() (string, error)
14 GetSubject() (string, error)

Callers 1

verifyIssuedAtMethod · 0.65

Implementers 1

RegisteredClaimsregistered_claims.go

Calls

no outgoing calls

Tested by

no test coverage detected