Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'client_secret'] = this.clientSecret; return json; }