StorageKeys: {
    ACCESSTOKEN: string;
    IDTOKEN: string;
    REFRESHTOKEN: string;
    USER_DEVICETOKEN_MAP: string;
} = ...

An object containing keys used for accessing stored fields in client storage.

Type declaration

  • ACCESSTOKEN: string

    Key for storing the access token.

  • IDTOKEN: string

    Key for storing the ID token.

  • REFRESHTOKEN: string

    Key for storing the refresh token.

  • USER_DEVICETOKEN_MAP: string

    Key for storing the user id and device token map.