passwordCheckLifetime property
The duration a password check is valid. After this time has passed, the user will be required to re-validate their password on the next action that requires authentication. Note that this does not enforce a logout or session expiration.
Implementation
@$pb.TagNumber(9)
$0.Duration get passwordCheckLifetime => $_getN(8);
Implementation
@$pb.TagNumber(9)
set passwordCheckLifetime($0.Duration value) => $_setField(9, value);