This grant type allows you to "refresh" an authentication session. It is used when an original authentication session expires and needs to be renewed.
-
Send a
POSTrequest to https://account-public-service-prod.ol.epicgames.com/account/api/oauth/token:
Required headers:Content-Type: application/x-www-form-urlencodedAuthorization: basicclientId:secret(encoded in Base64, list of clients here)
Body:
grant_type: refresh_tokenrefresh_token: (refresh_tokenproperty from auth session)