getCookie
getCookie(name: string,secure: boolean): Promise<any>
Get a cookie by name. Decrypt it if necessary
check https://stackoverflow.com/questions/10730362/get-cookie-by-name
Properties
(Mandatory properties are in bold)Properties | Type | Description |
---|---|---|
name | string | : name of the cookie |
Additional properties for advanced use cases
Properties | Type | Description |
---|---|---|
secure | boolean | : decrypt the cookie |