JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
edu.ntnu.idatt2106_2023_06.backend.service.users
Interface ITokenService
All Known Implementing Classes:
TokenService
public interface
ITokenService
Method Summary
All Methods
Instance Methods
Abstract Methods
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)