DeviceFlow constructor

DeviceFlow(
  1. String clientId, {
  2. List<String> scopes = const [],
  3. String baseUrl = 'https://github.com',
  4. String? grantType = "urn:ietf:params:oauth:grant-type:device_code",
})

Implementation

DeviceFlow(
  this.clientId, {
  this.scopes = const [],
  this.baseUrl = 'https://github.com',
  this.grantType = "urn:ietf:params:oauth:grant-type:device_code",
});