TokenChangedCallback typedef

TokenChangedCallback = void Function()

Signature for callbacks that respond to token changes.

Registered via AuthClient.addTokenChangedCallback.

Implementation

typedef TokenChangedCallback = void Function();