MmEnvironmentConfigGitLabSettings constructor

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

Returns a new MmEnvironmentConfigGitLabSettings instance.

Implementation

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