C# 클래스 PlayFab.ServerModels.PlayerLinkedAccount

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
Email string
Platform LoginIdentityProvider?
PlatformUserId string
Username string

프로퍼티 상세

Email 공개적으로 프로퍼티

Linked account's email
public string Email
리턴 string

Platform 공개적으로 프로퍼티

Authentication platform
public LoginIdentityProvider? Platform
리턴 LoginIdentityProvider?

PlatformUserId 공개적으로 프로퍼티

Platform user identifier
public string PlatformUserId
리턴 string

Username 공개적으로 프로퍼티

Linked account's username
public string Username
리턴 string