Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 4.27 KB

File metadata and controls

15 lines (11 loc) · 4.27 KB

RefreshSessionRequestBody

Refresh session parameters

Fields

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.