passwordCheckLifetime property

  1. @TagNumber(9)
Duration passwordCheckLifetime

Implementation

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

Implementation

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