@wristband/nextjs-auth
Version:
SDK for integrating your NextJS application with Wristband. Handles user authentication and token management.
11 lines (10 loc) • 410 B
TypeScript
export declare const FORM_URLENCODED_MEDIA_TYPE: string;
export declare const JSON_MEDIA_TYPE: string;
export declare const LOGIN_REQUIRED_ERROR: string;
export declare const LOGIN_STATE_COOKIE_SEPARATOR = "#";
export declare const LOGIN_STATE_COOKIE_PREFIX: string;
export declare const NO_CACHE_HEADERS: {
'Cache-Control': string;
Pragma: string;
};
export declare const TENANT_DOMAIN_TOKEN: string;