encodedAuthority

open override val encodedAuthority: String

Gets the encoded authority part of this URL. For server addresses, the authority is structured as follows: {@code userinfo '@' host ':' port }

Examples: "google.com", "bob@google.com:80"

Return

the authority for this URL