passwordCheckLifetime property

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

Implementation

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

Implementation

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