key property

String? key
getter/setter pair

The full API key string, as obtained from the Ably dashboard.

Use this option if you wish to use Basic authentication, or wish to be able to issue Ably Tokens without needing to defer to a separate entity to sign Ably TokenRequests. Read more about Basic authentication.

Implementation

String? key;