Okta.Sdk.Model.TokenAuthorizationServerPolicyRuleAction
October 3, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AccessTokenLifetimeMinutes | int | Lifetime of the access token in minutes. The minimum is five minutes. The maximum is one day. | [optional] |
| InlineHook | TokenAuthorizationServerPolicyRuleActionInlineHook | [optional] | |
| RefreshTokenLifetimeMinutes | int | Lifetime of the refresh token is the minimum access token lifetime. | [optional] |
| RefreshTokenWindowMinutes | int | Timeframe when the refresh token is valid. The minimum is 10 minutes. The maximum is five years (2,628,000 minutes). | [optional] |