maxAge property

Duration? maxAge
finalinherited

Defines the JWT age thresshold in which the refresh token logic will trigger

By default 1 day is used

Implementation

final Duration? maxAge;