public interface TokenService extends RestService
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
check(String tokenId)
Validates a token.
|
ActionResponse |
delete(String tokenId)
Revokes a token.
|
Token |
get(String tokenId)
Validates and shows information for a token.
|
Token get(String tokenId)
tokenId - the identifier of the token that is subject to be checkedActionResponse check(String tokenId)
tokenId - the identifier of the token that is subject to be checkedActionResponse delete(String tokenId)
tokenId - the identifier of the token that is going to be deletedCopyright © 2016. All Rights Reserved.