leeway property

int? leeway
final

The value in seconds used to account for clock skew in ID token expiration. Typically, this value is no more than a minute or two at maximum.

Defaults to 60 seconds.

Implementation

final int? leeway;