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

# PFAuthenticationReLoginWithXUserAsync

> Vuelve a autenticar un PFEntityHandle existente mediante un XUserHandle. Se usa para abordar situaciones en las que el EntityToken expiró y el SDK de PlayFab no puede.

Vuelve a autenticar un PFEntityHandle existente mediante un XUserHandle. Se usa para abordar situaciones en las que el EntityToken expiró y el SDK de PlayFab no puede actualizarlo.

## Sintaxis

```cpp theme={null}
HRESULT PFAuthenticationReLoginWithXUserAsync(  
    PFEntityHandle entityHandle,  
    const PFAuthenticationLoginWithXUserRequest* request,  
    XAsyncBlock* async  
)  
```

### Parámetros

**`entityHandle`**   PFEntityHandle

PFEntityHandle para volver a iniciar sesión.

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

Objeto de solicitud rellenado.

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

XAsyncBlock para la operación asincrónica.

### Valor devuelto

Tipo: HRESULT

Código de resultado de esta operación de API.

## Comentarios

Llame a XAsyncGetStatus para obtener el resultado de la operación. Si se realiza correctamente, el EntityToken almacenado en caché para el PFEntityHandle se actualizará en su lugar.

## Requisitos

**Encabezado:** PFAuthentication.h

## Consulte también

[Miembros de PFAuthentication](/services/playfab/api-references/c/pfauthentication/pfauthentication_members)


## Related topics

- [Tutorial de la canalización de eventos](/es/services/playfab/sdks/c/event-pipeline/eventpipeline-tutorial.md)
- [Información general de la API de C de Services - PFAuthentication.h](/es/services/playfab/api-references/c/pfauthentication/pfauthentication_members.md)
- [PFAuthenticationReLoginWithPSNAsync](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationreloginwithpsnasync.md)
- [PFAuthenticationReLoginWithAppleAsync](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationreloginwithappleasync.md)
- [PFAuthenticationReLoginWithCustomIDAsync](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationreloginwithcustomidasync.md)
