max_age property

String? max_age
final

Max time allowed without reauthentication. If the last time user authenticated is greater than this value, then user must reauthenticate.

Implementation

final String? max_age;