Xsolla-logo

Refresh social tokens in JWT

post/social/{provider_name}/refresh_token

Refreshes social token by social refresh token from JWT.

SecurityBearer
Request
path Parameters
provider_name
required
string

Name of the social network connected to Login in Publisher Account. Can be: Can be: amazon, apple, babka, baidu, battlenet, discord, epicgames, facebook, github, google,kakao, linkedin, mailru, microsoft, msn, naver, ok, paypal, qq, reddit, steam, twitch, twitter, vimeo,vk, wechat, weibo, xbox, yahoo, yandex, youtube.

If you store user data in PlayFab, only twitch is available.

query Parameters
projectId
required
string <uuid>

Login project ID from Publisher Account.

Responses
200

OK

400

Bad Request

401

Bad Request

404

Not Found

422

Unprocessable Entity

Request samples
Response samples
application/json
{
  • "token": "some jwt"
}