MmConfigGitLabSettings constructor

MmConfigGitLabSettings({
  1. bool? enable,
  2. String? secret,
  3. String? id,
  4. String? scope,
  5. String? authEndpoint,
  6. String? tokenEndpoint,
  7. String? userApiEndpoint,
})

Returns a new MmConfigGitLabSettings instance.

Implementation

MmConfigGitLabSettings({
  this.enable,
  this.secret,
  this.id,
  this.scope,
  this.authEndpoint,
  this.tokenEndpoint,
  this.userApiEndpoint,
});