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

# PFAuthenticationReLoginWithOpenIdConnectAsync

> Vuelve a autenticar un PFEntityHandle existente iniciando sesión con un proveedor de OpenID Connect 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 PFAuthenticationReLoginWithOpenIdConnectAsync(  
    PFEntityHandle entityHandle,  
    const PFAuthenticationLoginWithOpenIdConnectRequest* request,  
    XAsyncBlock* async  
)  
```

### Parámetros

**`entityHandle`**   PFEntityHandle

PFEntityHandle para volver a iniciar sesión.

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

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)
- [PFAuthenticationLoginWithOpenIdConnectAsync](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithopenidconnectasync.md)
- [PFAuthenticationLoginWithOpenIdConnectGetResult](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithopenidconnectgetresult.md)
- [PFAuthenticationLoginWithOpenIdConnectGetResultSize](/es/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationloginwithopenidconnectgetresultsize.md)
- [PFAuthenticationLoginWithOpenIdConnectRequest](/es/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithopenidconnectrequest.md)
