Refresh session parameters
| Field | Type | Required | Description |
|---|---|---|---|
ExpiredToken |
string | ✔️ | The JWT that is sent via the __session cookie from your frontend.Note: this JWT must be associated with the supplied session ID. |
RefreshToken |
string | ✔️ | The refresh token from the __refresh cookie set via FAPI's handshake flow. |
RequestOrigin |
string | ✔️ | The origin of the request. |
RequestHeaders |
Dictionary<String, object> | ➖ | The headers of the request. |
Format |
Format | ➖ | The format of the response. |
RequestOriginatingIp |
string | ➖ | The IP address of the request. |