@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-29T14:11:29.890-05:00[America/Chicago]") public class TokenAuthorizationServerPolicyRuleAction extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_ACCESS_TOKEN_LIFETIME_MINUTES  | 
static String | 
JSON_PROPERTY_INLINE_HOOK  | 
static String | 
JSON_PROPERTY_REFRESH_TOKEN_LIFETIME_MINUTES  | 
static String | 
JSON_PROPERTY_REFRESH_TOKEN_WINDOW_MINUTES  | 
| Constructor and Description | 
|---|
TokenAuthorizationServerPolicyRuleAction()  | 
public static final String JSON_PROPERTY_ACCESS_TOKEN_LIFETIME_MINUTES
public static final String JSON_PROPERTY_INLINE_HOOK
public static final String JSON_PROPERTY_REFRESH_TOKEN_LIFETIME_MINUTES
public static final String JSON_PROPERTY_REFRESH_TOKEN_WINDOW_MINUTES
public TokenAuthorizationServerPolicyRuleAction()
public TokenAuthorizationServerPolicyRuleAction accessTokenLifetimeMinutes(Integer accessTokenLifetimeMinutes)
@Nullable public Integer getAccessTokenLifetimeMinutes()
public void setAccessTokenLifetimeMinutes(Integer accessTokenLifetimeMinutes)
public TokenAuthorizationServerPolicyRuleAction inlineHook(TokenAuthorizationServerPolicyRuleActionInlineHook inlineHook)
@Nullable public TokenAuthorizationServerPolicyRuleActionInlineHook getInlineHook()
public void setInlineHook(TokenAuthorizationServerPolicyRuleActionInlineHook inlineHook)
public TokenAuthorizationServerPolicyRuleAction refreshTokenLifetimeMinutes(Integer refreshTokenLifetimeMinutes)
@Nullable public Integer getRefreshTokenLifetimeMinutes()
public void setRefreshTokenLifetimeMinutes(Integer refreshTokenLifetimeMinutes)
public TokenAuthorizationServerPolicyRuleAction refreshTokenWindowMinutes(Integer refreshTokenWindowMinutes)
@Nullable public Integer getRefreshTokenWindowMinutes()
public void setRefreshTokenWindowMinutes(Integer refreshTokenWindowMinutes)
Copyright © 2017–2023 Okta. All rights reserved.