TokenConnectionConfig constructor

TokenConnectionConfig(
  1. String url
)

Implementation

TokenConnectionConfig(
  String url,
) : _url = url;