Interface ProactiveRefreshTokenRenewal.Builder

  • Method Details

    • enabled

      Indicates whether proactive refresh token renewal is enabled.

      Parameters:
      enabled - Indicates whether proactive refresh token renewal is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • daysBeforeRenewal

      ProactiveRefreshTokenRenewal.Builder daysBeforeRenewal(Integer daysBeforeRenewal)

      The days before token expiration when the system should attempt to renew the token, specified in days.

      Parameters:
      daysBeforeRenewal - The days before token expiration when the system should attempt to renew the token, specified in days.
      Returns:
      Returns a reference to this object so that method calls can be chained together.