public class Token extends Object
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent() |
long |
getExpiry() |
String |
getIssuer() |
String |
getKeyId() |
List<String> |
getScope() |
byte[] |
getSignature() |
String |
getSignatureAlgorithm() |
String |
toString() |
public Token(String encoded)