C# Class PlayFab.ServerModels.PlayerLinkedAccount

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
Email string
Platform LoginIdentityProvider?
PlatformUserId string
Username string

Property Details

Email public_oe property

Linked account's email
public string Email
Résultat string

Platform public_oe property

Authentication platform
public LoginIdentityProvider? Platform
Résultat LoginIdentityProvider?

PlatformUserId public_oe property

Platform user identifier
public string PlatformUserId
Résultat string

Username public_oe property

Linked account's username
public string Username
Résultat string