Package com.jms.socialmedia.token
Interface TokenService
-
- All Known Implementing Classes:
JWTService
public interface TokenService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Token
createTokenFromString(String string)
String
createTokenString(Token token)
-
-
-
Method Detail
-
createTokenString
String createTokenString(Token token) throws IOException
- Throws:
IOException
-
createTokenFromString
Token createTokenFromString(String string) throws IOException
- Throws:
IOException
-
-