othos_auth_set_cookie
Set authentication manually for Othos using a full cookie header or a raw access token to authorize API requests.
Instructions
Set auth manually using either a full cookie string or a raw access token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookie | No | Full cookie header or at least othos-accessToken=<token> | |
| accessToken | No | Raw token value; server will convert it to othos-accessToken=<token> |