C# Class PlayFab.AdminModels.PlayerLinkedAccount

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

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

Property Details

Email public property

Linked account's email
public string Email
return string

Platform public property

Authentication platform
public LoginIdentityProvider? Platform
return LoginIdentityProvider?

PlatformUserId public property

Platform user identifier
public string PlatformUserId
return string

Username public property

Linked account's username
public string Username
return string