> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFAuthenticationLoginResult

> PFAuthenticationLoginResult 데이터 모델입니다.

PFAuthenticationLoginResult 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFAuthenticationLoginResult {  
    PFGetPlayerCombinedInfoResultPayload const* infoResultPayload;  
    time_t const* lastLoginTime;  
    bool newlyCreated;  
    const char* playFabId;  
    PFAuthenticationUserSettings const* settingsForUser;  
    PFTreatmentAssignment const* treatmentAssignment;  
} PFAuthenticationLoginResult;  
```

### 멤버

**`infoResultPayload`**   PFGetPlayerCombinedInfoResultPayload const\*<br />*may be nullptr*

(선택 사항) 요청된 정보에 대한 결과입니다.

**`lastLoginTime`**   time\_t const\*<br />*may be nullptr*

(선택 사항) 이 사용자의 이전 로그인 시간입니다. 이전 로그인이 없는 경우 DateTime.MinValue입니다.

**`newlyCreated`**   bool

이 로그인에서 계정이 새로 생성된 경우 True입니다.

**`playFabId`**   const char\*<br />*is null-terminated*

(선택 사항) 플레이어의 고유 PlayFabId입니다.

**`settingsForUser`**   [PFAuthenticationUserSettings](/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationusersettings) const\*<br />*may be nullptr*

(선택 사항) 이 사용자에 대한 특정 설정입니다.

**`treatmentAssignment`**   PFTreatmentAssignment const\*<br />*may be nullptr*

(선택 사항) 로그인 시점의 이 사용자에 대한 실험 처리(treatment)입니다.

## 요구 사항

**헤더:** PFAuthenticationTypes.h

## 참고 항목

[PFAuthenticationTypes 멤버](/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members)


## Related topics

- [PFAuthenticationLoginWithPSNGetResult](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithpsngetresult.md)
- [PFAuthenticationLoginWithFacebookGetResult](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithfacebookgetresult.md)
- [PFAuthenticationLoginWithAppleGetResult](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithapplegetresult.md)
- [PFAuthenticationLoginWithCustomIDGetResult](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithcustomidgetresult.md)
- [PFAuthenticationLoginWithXboxGetResult](/ko/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithxboxgetresult.md)
