Minutes

The exchange interval in minutes. If minutes is less than or equal to 0, the refresh token will not be exchanged (same behavior as Never).

Since

200.1.0

Parameters

minutes

the value of the exchange interval in minutes

Constructors

Link copied to clipboard
constructor(minutes: Int)

Inherited properties

Link copied to clipboard

the exchange interval in minutes

Inherited functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Two RefreshTokenExchangeInterval objects are considered equal if they have the same minutes value.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String