passwordCheckLifetime property

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

Implementation

@$pb.TagNumber(11)
$1.Duration get passwordCheckLifetime => $_getN(10);
  1. @TagNumber.new(11)
set passwordCheckLifetime (Duration value)

Implementation

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