> ## 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*

(オプション) ログイン時点でのこのユーザー向けの実験処置。

## 要件

**ヘッダー:** PFAuthenticationTypes.h

## 関連項目

[PFAuthenticationTypes のメンバー](/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members)


## Related topics

- [PFAuthenticationLoginWithPSNGetResult](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithpsngetresult.md)
- [PFAuthenticationLoginWithSteamGetResult](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithsteamgetresult.md)
- [PFAuthenticationLoginWithAppleGetResult](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithapplegetresult.md)
- [PFAuthenticationLoginWithCustomIDGetResult](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithcustomidgetresult.md)
- [PFAuthenticationLoginWithXboxGetResult](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithxboxgetresult.md)
