Authentication is an overriden String function that implements creation of the authorization credentials for the Basic Authentication scheme using the Usernasme and Password seperated by a colon, and returned as a Base64-encoded string. Authentication normally returns a value in the form:
Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==