menu
ews package
documentation
Http/BasicCredentials.dart
BasicCredentials
BasicCredentials constructor
BasicCredentials constructor
dark_mode
light_mode
BasicCredentials
constructor
BasicCredentials
(
String
userName
,
String
password
,
String
?
domain
)
Initializes a new instance to use specified credential.
Account user name. Account password. Account domain.
Implementation
BasicCredentials(this.userName, this.password, this.domain);
ews package
documentation
Http/BasicCredentials
BasicCredentials
BasicCredentials constructor
BasicCredentials class