Interface ITokenService

All Known Implementing Classes:
TokenService

public interface ITokenService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    confirmToken(String tokenValue)
     
    void
    saveToken(String tokenValue, User user)
     
  • Method Details

    • saveToken

      void saveToken(String tokenValue, User user)
    • confirmToken

      void confirmToken(String tokenValue)