@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06: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, setResourceHrefgetBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringListjava.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-2021 Okta. All Rights Reserved.