Class Protocols.HTTP.Authentication.DigestServer
- Description
Abstract HTTP Digest implementation.
- Variable
realm
string
Protocols.HTTP.Authentication.DigestServer.realm- Description
The current realm of the authentication.
- Method
create
Protocols.HTTP.Authentication.DigestServer Protocols.HTTP.Authentication.DigestServer(
void
|string(8bit)
realm
,void
|string(8bit)
key
)- Parameter
realm
The realm to be authenticated.
- Parameter
key
If this key is set all challanges are verified against signature using this key. The key can be any 8-bit string, but should be the same across multiple instances on the same domain, and over time.