JWT의 소셜 새로고침 토큰으로 소셜 토큰을 새로 고침합니다.
provider_name required | string Name of the social network connected to Login in Publisher Account. Can be: If you store user data in PlayFab, only |
projectId required | string <uuid> 게시자 계정의 로그인 프로젝트 ID입니다. |
확인
잘못된 요청
잘못된 요청
찾을 수 없음
처리할 수 없는 엔터티
curl --request POST \ --url 'https://login.xsolla.com/api/social/{provider_name}/refresh_token?projectId=SOME_STRING_VALUE' \ --header 'Authorization: Bearer BEARER_TOKEN'
{- "token": "some jwt"
}