Encoded authentication string
@override String encodedAuthString(String authStringToEncode) => window.btoa(authStringToEncode);