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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user