AuthConfigTemplate constructor

AuthConfigTemplate({
  1. String? authKey,
  2. String? authType,
  3. List<ConfigVariableTemplate>? configVariableTemplates,
  4. String? description,
  5. String? displayName,
})

Implementation

AuthConfigTemplate({
  this.authKey,
  this.authType,
  this.configVariableTemplates,
  this.description,
  this.displayName,
});