Class AuthTokenResult

java.lang.Object
eu.webtoolkit.jwt.auth.AuthTokenResult

public class AuthTokenResult extends Object
The result of processing an authentication token.

An authentication token is usually taken from a browser cookie, and used to identify (and possibly authenticate) a user across sessions.

See Also: