LogbotCredentials constructor
LogbotCredentials({})
Implementation
LogbotCredentials({
required this.clientId,
required this.clientSecret,
required this.username,
required this.password,
this.basePath,
});
LogbotCredentials({
required this.clientId,
required this.clientSecret,
required this.username,
required this.password,
this.basePath,
});