@arc-publishing/sdk-identity
Version:
JS Identity SDK for working with Identity API
11 lines (10 loc) • 546 B
TypeScript
export declare const IDENTITY_STORAGE_KEY = "ArcId.USER_INFO";
export declare const PROFILE_STORAGE_KEY = "ArcId.USER_PROFILE";
export declare const PROFILE_STORAGE_KEY_EXPIRED_TIME = "ArcId.USER_PROFILE_EXPIRED_TIME";
export declare const USER_SETTINGS_STORAGE_KEY = "ArcId.USER_SETTINGS";
export declare const AMP_ID_STORAGE_KEY = "ArcId.AMP_READER_ID";
export declare const headers: {
'Content-Type': string;
};
export declare const logPrefix = "[Arc Identity SDK]";
export declare const USER_SEGMENTS_STORAGE_KEY = "ArcId.USER_SEGMENTS";