parseAuth
It takes a string of the form username:password
and returns an object with the username and
password decoded
§
parseAuth(input?: string): ParsedAuth
[src]It takes a string of the form username:password
and returns an object with the username and
password decoded