public class RevokedJWTDTO extends Object
| Constructor and Description |
|---|
RevokedJWTDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
RevokedJWTDTO |
expiryTime(Long expiryTime) |
Long |
getExpiryTime()
expiry timestamp.
|
String |
getJwtSignature()
signature of the JWT token.
|
int |
hashCode() |
RevokedJWTDTO |
jwtSignature(String jwtSignature) |
void |
setExpiryTime(Long expiryTime) |
void |
setJwtSignature(String jwtSignature) |
String |
toString() |
public RevokedJWTDTO jwtSignature(String jwtSignature)
public String getJwtSignature()
public void setJwtSignature(String jwtSignature)
public RevokedJWTDTO expiryTime(Long expiryTime)
public Long getExpiryTime()
public void setExpiryTime(Long expiryTime)
Copyright © 2021 WSO2 Inc. All rights reserved.