Package com.iizix.user
Interface IUserAuthenticationInfo
- All Known Implementing Classes:
- UserAuthenticationInfo
public interface IUserAuthenticationInfo
Login result from the user authentication engine.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescriptionGets the authenticated user information.Gets the result of the user authentication.
- Method Details- getSigninResultSigninResult getSigninResult()Gets the result of the user authentication.- Returns:
- The sign in result.
 
- getAuthenticatedUserIAuthenticatedUser getAuthenticatedUser()Gets the authenticated user information.- Returns:
- The authenticated user, or nullif user was not authenticated.