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

# PFAuthenticationReLoginWithCustomIDAsync

> Vuelve a autenticar un PFEntityHandle existente iniciando sesión con un identificador personalizado cuando un EntityToken ha expirado y el SDK no puede actualizarlo.

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

## Sintaxis

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

### Parámetros

**`entityHandle`**   PFEntityHandle

PFEntityHandle para volver a iniciar sesión.

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

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 estado 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

- [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)
- [PFAuthenticationReLoginWithSteamAsync](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationreloginwithsteamasync.md)
- [PFAuthenticationReLoginWithFacebookAsync](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationreloginwithfacebookasync.md)
