useTokenAuth property

bool? useTokenAuth
getter/setter pair

Whether library is forced to use token authentication.

If a clientId is not specified in the ClientOptions or TokenParams, then the Ably Token issued is anonymous.

Implementation

bool? useTokenAuth;