public class ApiPrincipal extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
authorizationToken |
String |
data |
long |
expires |
long |
init |
long |
ttl |
Constructor and Description |
---|
ApiPrincipal() |
ApiPrincipal(int ttl)
TimeToLive in seconds
|
Modifier and Type | Method and Description |
---|---|
String |
getData() |
String |
getToken() |
boolean |
isLoggedIn() |
void |
setData(String data) |
void |
setToken(String authorizationToken) |
void |
updateExpiry() |
Copyright © 2023 Frank!Framework. All rights reserved.