username

@get:JvmName(name = "username")
val username: String

The decoded username, or an empty string if none is present.

URLusername()
http://host/""
http://username@host/"username"
http://username:password@host/"username"
http://a%20b:c%20d@host/"a b"