secondFactorCheckLifetime property

  1. @TagNumber(12)
Duration secondFactorCheckLifetime

Implementation

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

Implementation

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