realm property

String? realm
getter/setter pair

A string indicating a protocol-specific subdivision of a single host. For http and https, this maps to the realm string in http authentication challenges. For many other protocols it is unused.

Implementation

String? realm;