multiFactorCheckLifetime property
The duration a multi-factor check is valid. After this time has passed, the user will be required to re-validate their multi-factor on the next action that requires authentication. Note that this does not enforce a logout or session expiration.
Implementation
@$pb.TagNumber(13)
$0.Duration get multiFactorCheckLifetime => $_getN(12);
Implementation
@$pb.TagNumber(13)
set multiFactorCheckLifetime($0.Duration value) => $_setField(13, value);