We don't read creds on the client.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5910 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2009-08-13 23:34:12 +00:00
parent e469bb4abc
commit 49f5d7fed8
@@ -51,14 +51,6 @@ public class ServiceCreds extends Credentials
return createAuthToken(clientId, sharedSecret) == _authToken;
}
// from interface Streamable
override public function readObject (ins :ObjectInputStream) :void
{
super.readObject(ins);
clientId = (ins.readField(String) as String);
_authToken = (ins.readField(String) as String);
}
// from interface Streamable
override public function writeObject (out :ObjectOutputStream) :void
{