@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class TokenAuthorizationServerPolicyRuleAction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_ACCESS_TOKEN_LIFETIME_MINUTES |
static java.lang.String |
JSON_PROPERTY_INLINE_HOOK |
static java.lang.String |
JSON_PROPERTY_REFRESH_TOKEN_LIFETIME_MINUTES |
static java.lang.String |
JSON_PROPERTY_REFRESH_TOKEN_WINDOW_MINUTES |
Constructor and Description |
---|
TokenAuthorizationServerPolicyRuleAction() |
public static final java.lang.String JSON_PROPERTY_ACCESS_TOKEN_LIFETIME_MINUTES
public static final java.lang.String JSON_PROPERTY_INLINE_HOOK
public static final java.lang.String JSON_PROPERTY_REFRESH_TOKEN_LIFETIME_MINUTES
public static final java.lang.String JSON_PROPERTY_REFRESH_TOKEN_WINDOW_MINUTES
public TokenAuthorizationServerPolicyRuleAction()
public TokenAuthorizationServerPolicyRuleAction accessTokenLifetimeMinutes(java.lang.Integer accessTokenLifetimeMinutes)
@Nullable public java.lang.Integer getAccessTokenLifetimeMinutes()
public void setAccessTokenLifetimeMinutes(java.lang.Integer accessTokenLifetimeMinutes)
public TokenAuthorizationServerPolicyRuleAction inlineHook(TokenAuthorizationServerPolicyRuleActionInlineHook inlineHook)
@Nullable public TokenAuthorizationServerPolicyRuleActionInlineHook getInlineHook()
public void setInlineHook(TokenAuthorizationServerPolicyRuleActionInlineHook inlineHook)
public TokenAuthorizationServerPolicyRuleAction refreshTokenLifetimeMinutes(java.lang.Integer refreshTokenLifetimeMinutes)
@Nullable public java.lang.Integer getRefreshTokenLifetimeMinutes()
public void setRefreshTokenLifetimeMinutes(java.lang.Integer refreshTokenLifetimeMinutes)
public TokenAuthorizationServerPolicyRuleAction refreshTokenWindowMinutes(java.lang.Integer refreshTokenWindowMinutes)
@Nullable public java.lang.Integer getRefreshTokenWindowMinutes()
public void setRefreshTokenWindowMinutes(java.lang.Integer refreshTokenWindowMinutes)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.