Rfc3986UriAuthorityUserInformation

@Serializable
value class Rfc3986UriAuthorityUserInformation(percentEncodingAwareString: Rfc3986PercentEncodingAwareString)(source)

Constructors

Link copied to clipboard
constructor(percentEncodingAwareString: Rfc3986PercentEncodingAwareString)
constructor(string: String)

Functions

Link copied to clipboard
fun decode(): String
Link copied to clipboard
fun toString(includeSensitiveInformation: Boolean): String

Applications should not render as clear text any data after the first colon (":") character found within a userinfo subcomponent unless the data after the colon is the empty string (indicating no password).