multiFactorCheckLifetime property

  1. @TagNumber.new(13)
Duration get multiFactorCheckLifetime

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);
  1. @TagNumber.new(13)
set multiFactorCheckLifetime (Duration value)

Implementation

@$pb.TagNumber(13)
set multiFactorCheckLifetime($0.Duration value) => $_setField(13, value);