C# Class PlayFab.ServerModels.AuthenticateSessionTicketResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
UserInfo UserAccountInfo

Property Details

UserInfo public property

Account info for the user whose session ticket was supplied.
public UserAccountInfo,PlayFab.ServerModels UserInfo
return UserAccountInfo