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

OK

401

未認証

404

見つかりません

422

処理不可能なエンティティー

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