C# Class PlayFab.ClientModels.LoginWithGoogleAccountRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
AccessToken string
CreateAccount bool?
InfoRequestParameters GetPlayerCombinedInfoRequestParams
TitleId string

Property Details

AccessToken public_oe property

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
Résultat string

CreateAccount public_oe property

Automatically create a PlayFab account if one is not currently linked to this Google account.
public bool? CreateAccount
Résultat bool?

InfoRequestParameters public_oe property

Flags for which pieces of info to return for the user.
public GetPlayerCombinedInfoRequestParams,PlayFab.ClientModels InfoRequestParameters
Résultat GetPlayerCombinedInfoRequestParams

TitleId public_oe property

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
Résultat string