tokenReGrant property

ServerReGrant? tokenReGrant
getter/setter pair

Optional durable-reconnect hook (see ServerReGrant). Mutable so the host can wire it after the marketplace session exists (the core / manager is built at composition time, before the marketplace capabilities). Null = no re-grant; connect/reconnect stay byte-for-byte as before.

Implementation

ServerReGrant? tokenReGrant;