Package net.webpdf.wsclient.openapi
Class ServerConfigSessionRefreshToken
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ServerConfigSessionRefreshToken
-
public class ServerConfigSessionRefreshToken extends Object
Defines the setting for refresh tokens provided by the server.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_EXPIRATION
-
Constructor Summary
Constructors Constructor Description ServerConfigSessionRefreshToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ServerConfigSessionRefreshTokenexpiration(Integer expiration)@Nullable IntegergetExpiration()Number of seconds, before the token expires.inthashCode()voidsetExpiration(Integer expiration)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_EXPIRATION
public static final String JSON_PROPERTY_EXPIRATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
expiration
public ServerConfigSessionRefreshToken expiration(Integer expiration)
-
getExpiration
@Nullable public @Nullable Integer getExpiration()
Number of seconds, before the token expires. minimum: 10- Returns:
- expiration
-
setExpiration
public void setExpiration(Integer expiration)
-
-