Package com.okta.sdk.resource.model
Class TokenAuthorizationServerPolicyRuleAction
java.lang.Object
com.okta.sdk.resource.model.TokenAuthorizationServerPolicyRuleAction
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class TokenAuthorizationServerPolicyRuleAction
extends Object
implements Serializable
TokenAuthorizationServerPolicyRuleAction
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaccessTokenLifetimeMinutes
(Integer accessTokenLifetimeMinutes) boolean
Lifetime of the access token in minutes.Get inlineHookLifetime of the refresh token is the minimum access token lifetime.Timeframe when the refresh token is valid.int
hashCode()
refreshTokenLifetimeMinutes
(Integer refreshTokenLifetimeMinutes) refreshTokenWindowMinutes
(Integer refreshTokenWindowMinutes) void
setAccessTokenLifetimeMinutes
(Integer accessTokenLifetimeMinutes) void
void
setRefreshTokenLifetimeMinutes
(Integer refreshTokenLifetimeMinutes) void
setRefreshTokenWindowMinutes
(Integer refreshTokenWindowMinutes) toString()
-
Field Details
-
JSON_PROPERTY_ACCESS_TOKEN_LIFETIME_MINUTES
- See Also:
-
JSON_PROPERTY_INLINE_HOOK
- See Also:
-
JSON_PROPERTY_REFRESH_TOKEN_LIFETIME_MINUTES
- See Also:
-
JSON_PROPERTY_REFRESH_TOKEN_WINDOW_MINUTES
- See Also:
-
-
Constructor Details
-
TokenAuthorizationServerPolicyRuleAction
public TokenAuthorizationServerPolicyRuleAction()
-
-
Method Details
-
accessTokenLifetimeMinutes
public TokenAuthorizationServerPolicyRuleAction accessTokenLifetimeMinutes(Integer accessTokenLifetimeMinutes) -
getAccessTokenLifetimeMinutes
Lifetime of the access token in minutes. The minimum is five minutes. The maximum is one day.- Returns:
- accessTokenLifetimeMinutes
-
setAccessTokenLifetimeMinutes
-
inlineHook
public TokenAuthorizationServerPolicyRuleAction inlineHook(TokenAuthorizationServerPolicyRuleActionInlineHook inlineHook) -
getInlineHook
Get inlineHook- Returns:
- inlineHook
-
setInlineHook
-
refreshTokenLifetimeMinutes
public TokenAuthorizationServerPolicyRuleAction refreshTokenLifetimeMinutes(Integer refreshTokenLifetimeMinutes) -
getRefreshTokenLifetimeMinutes
Lifetime of the refresh token is the minimum access token lifetime.- Returns:
- refreshTokenLifetimeMinutes
-
setRefreshTokenLifetimeMinutes
-
refreshTokenWindowMinutes
public TokenAuthorizationServerPolicyRuleAction refreshTokenWindowMinutes(Integer refreshTokenWindowMinutes) -
getRefreshTokenWindowMinutes
Timeframe when the refresh token is valid. The minimum is 10 minutes. The maximum is five years (2,628,000 minutes).- Returns:
- refreshTokenWindowMinutes
-
setRefreshTokenWindowMinutes
-
equals
-
hashCode
public int hashCode() -
toString
-