clientSecret property

String? clientSecret
getter/setter pair

The client secret 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? clientSecret;