Interface IUserAuthenticationInfo

All Known Implementing Classes:
UserAuthenticationInfo

public interface IUserAuthenticationInfo
Login result from the user authentication engine.
Author:
Christopher Mindus
  • 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.