passwordCheckLifetime property

  1. @TagNumber.new(9)
Duration get passwordCheckLifetime

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);
  1. @TagNumber.new(9)
set passwordCheckLifetime (Duration value)

Implementation

@$pb.TagNumber(9)
set passwordCheckLifetime($0.Duration value) => $_setField(9, value);