public interface TokenManager<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get(String tokenId)
Returns user details for a token.
|
String |
put(T token)
Creates a new token for the user and returns it.
|
boolean |
remove(String tokenId)
Removes a single token.
|
Copyright © 2020. All rights reserved.