GetAccessTokenParams constructor

GetAccessTokenParams(
  1. String clientId,
  2. String secret
)

Implementation

GetAccessTokenParams(this.clientId, this.secret);