Class JwtResponse
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.JwtResponse
-
- All Implemented Interfaces:
Serializable
public class JwtResponse extends Object implements Serializable
JwtResponse- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JwtResponse()
-
-
-
Method Detail
-
jwt
public JwtResponse jwt(String jwt)
-
getJwt
public String getJwt()
-
setJwt
public void setJwt(String jwt)
-
exp
public JwtResponse exp(Double exp)
-
getExp
public Double getExp()
-
setExp
public void setExp(Double exp)
-
-