fun parseAuthorizationHeader(headerValue: String): HttpAuthHeader?
Parses an authorization header headerValue into a HttpAuthHeader.
ParseException - on invalid header
ParseException
Return HttpAuthHeader or null if argument string is blank.
null