The Userinfo type is an immutable encapsulation of username and password details for a [URL]. An existing Userinfo value is guaranteed to have a username set (potentially empty, as allowed by RFC 2396), and optionally a password.
Password returns the password in case it is set, and whether it is set.
String returns the encoded userinfo information in the standard form of "username[:password]".
Username returns the username.
Generated using TypeDoc
The Userinfo type is an immutable encapsulation of username and password details for a [URL]. An existing Userinfo value is guaranteed to have a username set (potentially empty, as allowed by RFC 2396), and optionally a password.