Xsolla-logo
  • 문서화
  • 계정 생성

JWT에서 소셜 토큰 새로고침Client-side

post/social/{provider_name}/refresh_token

JWT의 소셜 새로고침 토큰으로 소셜 토큰을 새로 고침합니다.

SecurityBearer
Request
path Parameters
provider_name
required
string

Name of the social network connected to Login in Publisher Account. 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>

게시자 계정의 로그인 프로젝트 ID입니다.

Responses
200

확인

400

잘못된 요청

401

잘못된 요청

404

찾을 수 없음

422

처리할 수 없는 엔터티

Request samples
curl --request POST \
  --url 'https://login.xsolla.com/api/social/{provider_name}/refresh_token?projectId=SOME_STRING_VALUE' \
  --header 'Authorization: Bearer BEARER_TOKEN'
Response samples
application/json
{
  • "token": "some jwt"
}