@creator.co/module-identity-client - v1.1.11
    Preparing search index...
    Index

    Constructors

    Properties

    CookiesDefaultExpirationPeriod: number = ...

    The default expiration period for cookies in milliseconds. By default, it is set to 14 days.

    CookiesExternalProviderExpiration: number = ...

    The expiration time for cookies set by an external provider, in milliseconds. By default, it is set to 24 hours.

    CookiesKey_IDMExternalProviders: string = 'idm_external_providers'

    The key for storing IDM external providers in cookies.

    CookiesKey_IDMLogoutState: string = 'idm_logout_state_v1'

    The key used to store the IDM logout state in cookies.

    CookiesKey_IDMPublicKey: string = 'idm_public_key'

    Public static constant representing the key for the IDM public key in cookies.

    CookiesKey_IDMRenewalToken: string = 'idm_renewal_token_v1'

    The key used to store the IDM renewal token in cookies.

    CookiesKey_IDMResourcesToken: string = 'idm_resouces_token_v1'

    The key used to store the IDM resources token in cookies.

    CookiesKey_IDMSessionData: string = 'idm_session_data_v1'

    The key used to store IDM session data in cookies.

    CookiesKey_IDMToken: string = 'idm_token_v1'

    The key used to store the IDM token in cookies.

    CookiesLongLiveExpirationPeriod: number = ...

    The expiration period for cookies set to a long-lived value of 3650 days. Expressed in milliseconds.

    CookiesPublicKeyExpiration: number = ...

    The expiration time for the cookies public key in milliseconds. This value is calculated as 2 hours (2 * 60 * 60 * 1000 milliseconds).

    CookiesSecureStorage: boolean = true

    Indicates whether cookies should be stored securely.