public class JWTHandler extends Object
| Constructor and Description |
|---|
JWTHandler() |
| Modifier and Type | Method and Description |
|---|---|
static String |
extractUserFromJWT(String jwt) |
static String |
signJWT(String username) |
static boolean |
verifyJWT(String jwt) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.