Home > @poq/sdk-sfcc > IAccountService > getCookies
Method returns session cookies.
Signature:
getCookies(appIdentifier: string, token: string): Promise<PoqResponse<HttpCookieResponse[]>>;
| Parameter | Type | Description |
|---|---|---|
| appIdentifier | string | The unique guid v4 app identifier. |
| token | string | Auth token. |
Returns:
Promise<PoqResponse<HttpCookieResponse[]>>
Returns array of http cookies.