passwordCheckLifetime property

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

Implementation

@$pb.TagNumber(9)
$5.Duration get passwordCheckLifetime => $_getN(8);
  1. @TagNumber.new(9)
set passwordCheckLifetime (Duration value)

Implementation

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