LfA2aV1DeviceCodeOAuthFlow constructor

LfA2aV1DeviceCodeOAuthFlow({
  1. String? deviceAuthorizationUrl,
  2. String? refreshUrl,
  3. Map<String, String>? scopes,
  4. String? tokenUrl,
})

Implementation

LfA2aV1DeviceCodeOAuthFlow({
  this.deviceAuthorizationUrl,
  this.refreshUrl,
  this.scopes,
  this.tokenUrl,
});