Xsolla-logoXsolla Developers
또는
관리자 페이지로

연결된 소셜 공급자에 대한 범위 설정 변경Server-side

put/projects/{project_id}/social/{provider_name}/custom_scope

공급자에 대한 사용자 정의 Oauth2 범위를 관리합니다.

SecurityServer
Request
path Parameters
project_id
required
string <uuid>

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

provider_name
required
string

Name of the social network connected to Login in Publisher Account. Can be: amazon, apple, xsolla, 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.

Request Body schema: application/json
custom_scope
Array of strings
refresh_always
boolean
Responses
204

확인

401

인증되지 않음

404

찾을 수 없음

422

처리할 수 없는 엔터티

Request samples
application/json
{
  • "custom_scope": [
    ],
  • "refresh_always": true
}
Response samples
{
  • "error": {
    }
}