Class AuthTokenResult

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

public class AuthTokenResult
extends java.lang.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:
AuthService.processAuthToken(String token, AbstractUserDatabase users), AuthService.createAuthToken(User user)