github.com/golang-jwt/jwt/v5.RegisteredClaims.ExpiresAt (field)

2 uses

	github.com/golang-jwt/jwt/v5 (current package)
		registered_claims.go#L23: 	ExpiresAt *NumericDate `json:"exp,omitempty"`
		registered_claims.go#L37: 	return c.ExpiresAt, nil