TwoLeggedOAuth constructor

TwoLeggedOAuth({
  1. String? clientId,
  2. String? clientSecret,
  3. String? tokenUrl,
})

Implementation

TwoLeggedOAuth({this.clientId, this.clientSecret, this.tokenUrl});