menu
flutter_pitel_voip package
documentation
sip/src/digest_authentication.dart
Credentials
Credentials constructor
Credentials constructor
dark_mode
light_mode
Credentials
constructor
Credentials
(
String
?
username
,
String
?
password
,
String
?
realm
,
String
?
ha1
,
)
Implementation
Credentials(this.username, this.password, this.realm, this.ha1);
flutter_pitel_voip package
documentation
sip/src/digest_authentication
Credentials
Credentials constructor
Credentials class