Skip to content

serializeCustomerCookie

serializeCustomerCookie(data): string

Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/customer/cookie.d.ts:14

Cookie value wire format (stable, consumed server-side): v1.<expiresAtMs>.<accessToken> - the token is URI-encoded so the raw value is always cookie-safe, mirroring the locale cookie’s “sanitized wire format” discipline.

CustomerCookieData

string