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

# PFAuthenticationReLoginWithGoogleAccountAsync

> Vuelve a autenticar un PFEntityHandle existente iniciando sesión con una cuenta de Google 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 PFAuthenticationReLoginWithGoogleAccountAsync(  
    PFEntityHandle entityHandle,  
    const PFAuthenticationLoginWithGoogleAccountRequest* request,  
    XAsyncBlock* async  
)  
```

### Parámetros

**`entityHandle`**   PFEntityHandle

PFEntityHandle para volver a iniciar sesión.

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

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)
- [PFAuthenticationReLoginWithGooglePlayGamesServicesAsync](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationreloginwithgoogleplaygamesservicesasync.md)
- [PFAuthenticationLoginWithGoogleAccountAsync](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithgoogleaccountasync.md)
- [PFAuthenticationReLoginWithNintendoServiceAccountAsync](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationreloginwithnintendoserviceaccountasync.md)
- [PFAuthenticationLoginWithGoogleAccountGetResult](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithgoogleaccountgetresult.md)
