Client constructor

Client(
  1. Issuer? issuer,
  2. String? clientId, {
  3. String? clientSecret,
  4. Client? httpClient,
})

Implementation

Client(this.issuer, this.clientId, {this.clientSecret, this.httpClient});