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 Dictionary<String, object> The headers of the request.
Format Format The format of the response.
RequestOriginatingIp string The IP address of the request.