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 |
Map<String, Object> | ➖ | The headers of the request. |
format |
JsonNullable<Format> | ➖ | The format of the response. |
requestOriginatingIp |
JsonNullable<String> | ➖ | The IP address of the request. |