factors property

  1. @TagNumber.new(5)
Factors get factors

The factors that have been checked for this session, e.g. the user, password and more. If a factor is set, it means it has been checked and is valid. If a factor is not set, it means it has not been checked or is invalid. If a factor is set, the verified_at timestamp indicates when it was last checked.

Implementation

@$pb.TagNumber(5)
Factors get factors => $_getN(4);
  1. @TagNumber.new(5)
set factors (Factors value)

Implementation

@$pb.TagNumber(5)
set factors(Factors value) => $_setField(5, value);