Class TokenAuthorizationServerPolicyRuleAction
Represents a resource in the Okta API.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class TokenAuthorizationServerPolicyRuleAction : Resource, ITokenAuthorizationServerPolicyRuleAction, IResource
Properties
AccessTokenLifetimeMinutes
Declaration
public int? AccessTokenLifetimeMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
InlineHook
Declaration
public ITokenAuthorizationServerPolicyRuleActionInlineHook InlineHook { get; set; }
Property Value
Type | Description |
---|---|
ITokenAuthorizationServerPolicyRuleActionInlineHook |
RefreshTokenLifetimeMinutes
Declaration
public int? RefreshTokenLifetimeMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
RefreshTokenWindowMinutes
Declaration
public int? RefreshTokenWindowMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |