Interface UserAuthService

All Known Implementing Classes:
UserAuthServiceImpl

public interface UserAuthService
Service that provides the methods to authenticate the user.
  • Method Summary

    Modifier and Type
    Method
    Description
    login(String fiscalCode, String password)
    Logs in the user with the given fiscal code and password.
    register(RegisterInput registerInput)
    Registers the user with the given input.