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

# PFEntityUnregisterTokenRefreshedEventHandler

> Anula el registro de un PFEntityTokenRefreshedCallback registrado anteriormente.

Anula el registro de un PFEntityTokenRefreshedCallback registrado anteriormente.

## Sintaxis

```cpp theme={null}
void PFEntityUnregisterTokenRefreshedEventHandler(  
    PFRegistrationToken token  
)  
```

### Parámetros

**`token`**   PFRegistrationToken

Token de registro de PFEntityRegisterTokenRefreshedCallback.

### Valor devuelto

Tipo: void

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

## Requisitos

**Encabezado:** PFEntity.h

## Consulte también

[Miembros de PFEntity](/services/playfab/api-references/c/pfentity/pfentity_members)


## Related topics

- [Información general de la API de C de Services - PFEntity.h](/es/services/playfab/api-references/c/pfentity/pfentity_members.md)
- [Identificadores de entidad](/es/services/playfab/sdks/c/entity-handles.md)
- [PFEntityTokenRefreshedEventHandler](/es/services/playfab/api-references/c/pfentity/functions/pfentitytokenrefreshedeventhandler.md)
- [PFEntityRegisterTokenRefreshedEventHandler](/es/services/playfab/api-references/c/pfentity/functions/pfentityregistertokenrefreshedeventhandler.md)
- [PFEntityUnregisterTokenExpiredEventHandler](/es/services/playfab/api-references/c/pfentity/functions/pfentityunregistertokenexpiredeventhandler.md)
