@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class OpenIdConnectApplicationSettingsRefreshToken extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_LEEWAY  | 
static String | 
JSON_PROPERTY_ROTATION_TYPE  | 
| Constructor and Description | 
|---|
OpenIdConnectApplicationSettingsRefreshToken()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
Integer | 
getLeeway()
Get leeway 
 | 
OpenIdConnectRefreshTokenRotationType | 
getRotationType()
Get rotationType 
 | 
int | 
hashCode()  | 
OpenIdConnectApplicationSettingsRefreshToken | 
leeway(Integer leeway)  | 
OpenIdConnectApplicationSettingsRefreshToken | 
rotationType(OpenIdConnectRefreshTokenRotationType rotationType)  | 
void | 
setLeeway(Integer leeway)  | 
void | 
setRotationType(OpenIdConnectRefreshTokenRotationType rotationType)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_LEEWAY
public static final String JSON_PROPERTY_ROTATION_TYPE
public OpenIdConnectApplicationSettingsRefreshToken()
public OpenIdConnectApplicationSettingsRefreshToken leeway(Integer leeway)
public void setLeeway(Integer leeway)
public OpenIdConnectApplicationSettingsRefreshToken rotationType(OpenIdConnectRefreshTokenRotationType rotationType)
@Nullable public OpenIdConnectRefreshTokenRotationType getRotationType()
public void setRotationType(OpenIdConnectRefreshTokenRotationType rotationType)
Copyright © 2017–2023 Okta. All rights reserved.