clientId property

String? clientId
getter/setter pair

The client identifier for this Spotify client.

Spotify issues each client a separate client identifier and secret, which allows the server to tell which client is accessing it.

Implementation

String? clientId;