save Auth Resp
Future<bool> saveAuthResp(AuthResp authResp) async { return (await _prefs).setString(_keyAuthResp, authResp.toRawJson()); }