C# Класс PlayFab.ClientModels.LoginWithGoogleAccountRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AccessToken string
CreateAccount bool?
InfoRequestParameters GetPlayerCombinedInfoRequestParams
TitleId string

Описание свойств

AccessToken публичное свойство

Unique token (https://developers.google.com/android/reference/com/google/android/gms/auth/GoogleAuthUtil#public-methods) from Google Play for the user.
public string AccessToken
Результат string

CreateAccount публичное свойство

Automatically create a PlayFab account if one is not currently linked to this Google account.
public bool? CreateAccount
Результат bool?

InfoRequestParameters публичное свойство

Flags for which pieces of info to return for the user.
public GetPlayerCombinedInfoRequestParams,PlayFab.ClientModels InfoRequestParameters
Результат GetPlayerCombinedInfoRequestParams

TitleId публичное свойство

Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected.
public string TitleId
Результат string