Class Const
- Namespace
- KSP.Networking.OnlineServices
- Assembly
- Assembly-CSharp.dll
public static class Const
- Inheritance
-
Const
- Inherited Members
-
Fields
ACCOUNT_CREATION_ENDPOINT
public const string ACCOUNT_CREATION_ENDPOINT = "https://9096B.playfabapi.com/Client/RegisterPlayFabUser"
Field Value
- string
AUTHENTICATION_ENDPOINT_ANONYMOUS
public const string AUTHENTICATION_ENDPOINT_ANONYMOUS = "https://9096B.playfabapi.com/Client/LoginWithCustomID"
Field Value
- string
AUTHENTICATION_ENDPOINT_LINK_CUSTOM
public const string AUTHENTICATION_ENDPOINT_LINK_CUSTOM = "https://9096B.playfabapi.com/Client/LinkCustomID"
Field Value
- string
AUTHENTICATION_ENDPOINT_LINK_STEAM
public const string AUTHENTICATION_ENDPOINT_LINK_STEAM = "https://9096B.playfabapi.com/Client/LinkSteamAccount"
Field Value
- string
AUTHENTICATION_ENDPOINT_OPENID
public const string AUTHENTICATION_ENDPOINT_OPENID = "https://9096B.playfabapi.com/Client/LoginWithOpenIdConnect"
Field Value
- string
AUTHENTICATION_ENDPOINT_PLAYFAB
public const string AUTHENTICATION_ENDPOINT_PLAYFAB = "https://9096B.playfabapi.com/Client/LoginWithEmailAddress"
Field Value
- string
AUTHENTICATION_ENDPOINT_STEAM
public const string AUTHENTICATION_ENDPOINT_STEAM = "https://9096B.playfabapi.com/Client/LoginWithSteam"
Field Value
- string
PD_AUTH_TOKEN_ENDPOINT
public const string PD_AUTH_TOKEN_ENDPOINT = "https://account-dev.id.privatedivision.com/oauth2/token"
Field Value
- string
PD_DEVICE_AUTHORIZE_ENDPOINT
public const string PD_DEVICE_AUTHORIZE_ENDPOINT = "https://account-dev.id.privatedivision.com/oauth2/device_authorize"
Field Value
- string
PD_PROFILE_ENDPOINT
public const string PD_PROFILE_ENDPOINT = "https://account-dev.id.privatedivision.com/api/user"
Field Value
- string
PERCENT_USERS_ERRORS_LOGGED
public const float PERCENT_USERS_ERRORS_LOGGED = 100
Field Value
- float
PLAYFAB_DISPLAY_NAME_ENDPOINT
public const string PLAYFAB_DISPLAY_NAME_ENDPOINT = "https://9096B.playfabapi.com/Client/UpdateUserTitleDisplayName"
Field Value
- string
PLAYFAB_TITLE_ID
public const string PLAYFAB_TITLE_ID = "9096B"
Field Value
- string
TELEMETRY_ENDPOINT
public const string TELEMETRY_ENDPOINT = "https://9096B.playfabapi.com/Client/WritePlayerEvent"
Field Value
- string