github.com/golang-jwt/jwt/v5.ClaimsValidator.GetNotBefore (method)

2 uses

	github.com/golang-jwt/jwt/v5 (current package)
		claims.go#L12: 	GetNotBefore() (*NumericDate, error)
		validator.go#L210: 	nbf, err := claims.GetNotBefore()