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

3 uses

	github.com/golang-jwt/jwt/v5 (current package)
		registered_claims.go#L29: 	IssuedAt *NumericDate `json:"iat,omitempty"`
		registered_claims.go#L47: 	return c.IssuedAt, nil

	github.com/coinbase/cdp-sdk/go/auth
		jwt.go#L126: 			IssuedAt:  jwt.NewNumericDate(now),