TokenClientCallbackFn typedef

TokenClientCallbackFn = void Function(TokenResponse response)

The type of the callback function passed to TokenClientConfig.

Implementation

typedef TokenClientCallbackFn = void Function(TokenResponse response);