Skip to main content

getCustomCookie

Callable

  • getCustomCookie(...args: [value: { name: string }]): Promise<undefined | string>

  • This method allows getting the value of a custom cookie


    Parameters

    • rest...args: [value: { name: string }]

    Returns Promise<undefined | string>