@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00") public interface TokenAuthorizationServerPolicyRuleAction extends ExtensibleResource
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccessTokenLifetimeMinutes() |
TokenAuthorizationServerPolicyRuleActionInlineHook |
getInlineHook() |
java.lang.Integer |
getRefreshTokenLifetimeMinutes() |
java.lang.Integer |
getRefreshTokenWindowMinutes() |
TokenAuthorizationServerPolicyRuleAction |
setAccessTokenLifetimeMinutes(java.lang.Integer accessTokenLifetimeMinutes) |
TokenAuthorizationServerPolicyRuleAction |
setInlineHook(TokenAuthorizationServerPolicyRuleActionInlineHook inlineHook) |
TokenAuthorizationServerPolicyRuleAction |
setRefreshTokenLifetimeMinutes(java.lang.Integer refreshTokenLifetimeMinutes) |
TokenAuthorizationServerPolicyRuleAction |
setRefreshTokenWindowMinutes(java.lang.Integer refreshTokenWindowMinutes) |
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
java.lang.Integer getAccessTokenLifetimeMinutes()
TokenAuthorizationServerPolicyRuleAction setAccessTokenLifetimeMinutes(java.lang.Integer accessTokenLifetimeMinutes)
TokenAuthorizationServerPolicyRuleActionInlineHook getInlineHook()
TokenAuthorizationServerPolicyRuleAction setInlineHook(TokenAuthorizationServerPolicyRuleActionInlineHook inlineHook)
java.lang.Integer getRefreshTokenLifetimeMinutes()
TokenAuthorizationServerPolicyRuleAction setRefreshTokenLifetimeMinutes(java.lang.Integer refreshTokenLifetimeMinutes)
java.lang.Integer getRefreshTokenWindowMinutes()
TokenAuthorizationServerPolicyRuleAction setRefreshTokenWindowMinutes(java.lang.Integer refreshTokenWindowMinutes)
Copyright © 2017-2022 Okta. All Rights Reserved.