passwordCheckLifetime property

  1. @TagNumber(9)
Duration passwordCheckLifetime

Implementation

@$pb.TagNumber(9)
$7.Duration get passwordCheckLifetime => $_getN(8);
  1. @TagNumber(9)
void passwordCheckLifetime=(Duration v)

Implementation

@$pb.TagNumber(9)
set passwordCheckLifetime($7.Duration v) { setField(9, v); }