HttpAuthentication
Description
The HttpAuthentication object a helper class to encupsulate user credentials for authentication of a HttpResponse.
This object was introduced in InCore 2.7.
- › Inherits:
Overview
Properties
Methods
Signals
Properties
password
This property holds the username to use for authentication.
This property was introduced in InCore 2.7.
- › Type:
String
- › Signal:
passwordChanged()
- › Attributes:
Writable
realm
This property holds the realm requiring authentication.
This property was introduced in InCore 2.7.
- › Type:
String
- › Signal:
realmChanged()
- › Attributes:
Readonly
user
This property holds the password to use for authentication.
This property was introduced in InCore 2.7.
- › Type:
String
- › Signal:
userChanged()
- › Attributes:
Writable