Class OpenIdConnectApplicationSettingsRefreshToken

java.lang.Object
com.okta.sdk.resource.model.OpenIdConnectApplicationSettingsRefreshToken
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-08-09T14:19:33.269913-05:00[America/Chicago]", comments="Generator version: 7.7.0") public class OpenIdConnectApplicationSettingsRefreshToken extends Object implements Serializable
Refresh token configuration for an OAuth 2.0 client When you create or update an OAuth 2.0 client, you can configure refresh token rotation by setting the `rotation_type` and `leeway` properties. If you don't set these properties when you create an app integration, the default values are used. When you update an app integration, your previously configured values are used.
See Also: