Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A handler invoked every time an Entity is automatically re-authenticated, thus obtaining a new EntityToken. An entity will be automatically re-authenticated prior to its EntityToken expiring.
Syntax
void PFEntityTokenRefreshedEventHandler(
void* context,
const PFEntityKey* entityKey,
const PFEntityToken* newToken
)
Parameters
context void*
Optional context pointer to data used by the event handler.
entityKey PFEntityKey*
The EntityKey for the Entity whose EntityToken expired.
newToken PFEntityToken*
The new token for the refreshed entity.
Return value
Type: void
Requirements
Header: PFEntity.h