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