C# Class PlayFab.ServerModels.PlayerLinkedAccount

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Email string
Platform LoginIdentityProvider?
PlatformUserId string
Username string

Property Details

Email public_oe property

Linked account's email
public string Email
return string

Platform public_oe property

Authentication platform
public LoginIdentityProvider? Platform
return LoginIdentityProvider?

PlatformUserId public_oe property

Platform user identifier
public string PlatformUserId
return string

Username public_oe property

Linked account's username
public string Username
return string