Method Protocols.HTTP.Authentication.DigestServer()->create()
- 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.