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

3 uses

	github.com/golang-jwt/jwt/v5 (current package)
		registered_claims.go#L26: 	NotBefore *NumericDate `json:"nbf,omitempty"`
		registered_claims.go#L42: 	return c.NotBefore, nil

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