public interface AuthenticationService
| Modifier and Type | Method and Description |
|---|---|
String |
createToken(String key) |
String |
createToken(String key,
String secret) |
StoredCredentials |
validateToken(String token) |
String createToken(String key, String secret) throws UnauthorizedException
UnauthorizedExceptionString createToken(String key) throws UnauthorizedException
UnauthorizedExceptionStoredCredentials validateToken(String token) throws UnauthorizedException
UnauthorizedExceptionCopyright © 2020. All rights reserved.