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

# PFAuthenticationLoginWithPSNAsync

> 使用 PlayStation :tm: Network 身份验证代码为用户登录，并返回可用于后续需要经过身份验证的用户的 API 调用的会话标识符。

使用 PlayStation :tm: Network 身份验证代码为用户登录，并返回可用于后续需要经过身份验证的用户的 API 调用的会话标识符

## 语法

```cpp theme={null}
HRESULT PFAuthenticationLoginWithPSNAsync(  
    PFServiceConfigHandle serviceConfigHandle,  
    const PFAuthenticationLoginWithPSNRequest* request,  
    XAsyncBlock* async  
)  
```

### 参数

**`serviceConfigHandle`**   PFServiceConfigHandle

从 PFServiceConfigCreateHandle 调用返回的 PFServiceConfigHandle。

**`request`**   [PFAuthenticationLoginWithPSNRequest\*](/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithpsnrequest)

已填充的请求对象。

**`async`**   XAsyncBlock\*<br />*Inout*

用于异步操作的 XAsyncBlock。

### 返回值

类型：HRESULT

此 API 操作的结果代码。

## 备注

此 API 可在 Sony PlayStation® 上使用。如果这是用户首次使用 PlayStation :tm: Network 帐户登录且 CreateAccount 设为 true，将创建一个新的 PlayFab 帐户并链接到该 PlayStation :tm: Network 帐户。在这种情况下，该 PlayFab 帐户将没有关联的电子邮件或用户名。否则，如果没有 PlayFab 帐户链接到该 PlayStation :tm: Network 帐户，将返回相应的错误，以便游戏引导用户创建 PlayFab 帐户。另请参阅 ClientLinkPSNAccountAsync、ClientUnlinkPSNAccountAsync。异步任务完成后，调用 [PFAuthenticationLoginWithPSNGetResult](/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithpsngetresult) 获取结果。

## 要求

**头文件：** PFAuthentication.h

## 另请参阅

[PFAuthentication 成员](/services/playfab/api-references/c/pfauthentication/pfauthentication_members)


## Related topics

- [PFAuthenticationLoginWithPSNGetResultSize](/zh-CN/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithpsngetresultsize.md)
- [PFAuthenticationLoginWithPSNGetResult](/zh-CN/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithpsngetresult.md)
- [服务 C API 概览 - PFAuthentication.h](/zh-CN/services/playfab/api-references/c/pfauthentication/pfauthentication_members.md)
- [PFAuthenticationReLoginWithPSNAsync](/zh-CN/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationreloginwithpsnasync.md)
- [PFAuthenticationLoginWithFacebookAsync](/zh-CN/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithfacebookasync.md)
