Javadoc tidying up.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3725 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -30,11 +30,11 @@ package com.threerings.presents.net;
|
||||
*/
|
||||
public class AuthResponse extends DownstreamMessage
|
||||
{
|
||||
/** Auxilliary authentication data to be communicated to the {@link
|
||||
* PresentsClient} once a session is started. This is a means by which
|
||||
* the <code>Authenticator</code> can pass information loaded from,
|
||||
* say, an authentication database into the runtime system to be used,
|
||||
* for example for permissions. */
|
||||
/** Auxilliary authentication data to be communicated to the <code>
|
||||
* PresentsClient</code> once a session is started. This is a means by
|
||||
* which the <code>Authenticator</code> can pass information loaded from,
|
||||
* say, an authentication database into the runtime system to be used, for
|
||||
* example for permissions. */
|
||||
public transient Object authdata;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user