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 Summary
Modifier and TypeMethodDescriptionGets the authenticated user information.Gets the result of the user authentication.
Method Details
getSigninResult
SigninResult getSigninResult()Gets the result of the user authentication.- Returns:
- The sign in result.
getAuthenticatedUser
IAuthenticatedUser getAuthenticatedUser()Gets the authenticated user information.- Returns:
- The authenticated user, or
null
if user was not authenticated.