public class DecodedJwtPayload extends Object
| Constructor | Description |
|---|---|
DecodedJwtPayload() |
| Modifier and Type | Method | Description |
|---|---|---|
List<Ctx> |
getCtx() |
|
long |
getExp() |
|
Flx |
getFlx() |
|
long |
getIat() |
|
String |
getIss() |
|
long |
getJti() |
|
void |
setCtx(List<Ctx> ctx) |
|
void |
setExp(long exp) |
|
void |
setFlx(Flx flx) |
|
void |
setIat(long iat) |
|
void |
setIss(String iss) |
|
void |
setJti(long jti) |
public Flx getFlx()
public void setFlx(Flx flx)
public String getIss()
public void setIss(String iss)
public long getExp()
public void setExp(long exp)
public long getIat()
public void setIat(long iat)
public long getJti()
public void setJti(long jti)
Copyright © 2026. All rights reserved.