maxAge property

int? maxAge
final

Maximum allowable elasped time (in seconds) since authentication. If the last time the user authenticated is greater than this value, the user must be reauthenticated.

Defaults to 0.

Implementation

final int? maxAge;