secondFactorCheckLifetime property

  1. @TagNumber(12)
Duration get secondFactorCheckLifetime

Implementation

@$pb.TagNumber(12)
$7.Duration get secondFactorCheckLifetime => $_getN(11);
  1. @TagNumber(12)
set secondFactorCheckLifetime (Duration v)

Implementation

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