setCookie abstract method

Client setCookie(
  1. String value
)

Set Cookie.

The user cookie to authenticate with. Used by SDKs that forward an incoming Cookie header in server-side runtimes..

Implementation

Client setCookie(String value);