Interface IOpenIdConnectApplicationSettingsRefreshToken
Represents a OpenIdConnectApplicationSettingsRefreshToken resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IOpenIdConnectApplicationSettingsRefreshToken : IResource
Properties
Leeway
Declaration
int? Leeway { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
RotationType
Declaration
OpenIdConnectRefreshTokenRotationType RotationType { get; set; }
Property Value
Type | Description |
---|---|
OpenIdConnectRefreshTokenRotationType |