RefreshTokenExpirationInterval

The requested expiration interval for the OAuth refresh token. Note, equality is determined by the minutes value. So two different instances with the same minutes value are considered equal.

Since

200.1.0

Inheritors

Types

Link copied to clipboard

The default expiration time is used (two weeks).

Link copied to clipboard

The maximum refresh token interval supported by the portal (90 days).

Link copied to clipboard

The expiration interval in minutes.

Properties

Link copied to clipboard

the expiration interval in minutes

Functions

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

Two RefreshTokenExpirationInterval 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