ClientCredentials constructor

ClientCredentials(
  1. String? accessToken,
  2. String? tokenType
)

Implementation

ClientCredentials(this.accessToken, this.tokenType);