encodedAuthority

abstract val encodedAuthority: String?

Gets the encoded authority part of this URI. 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 URI or null if not present