checks property

  1. @TagNumber.new(3)
Checks get checks

Additional checks to be performed on the session. Successful checks will be stated as factors on the session. Re-executing a check that was already successful will overwrite the previous check time. For example, if a password check was already successful, it can be re-checked to update the check time. Note that a user check can only be performed once per session and cannot be changed afterwards. Some checks require that the user is already checked, either in the previous or the same request. For example, a password check requires that the user is already checked. Other checks, like WebAuthN or IDP intent, require that the user is already checked and a challenge was requested in any previous request. On successful checks, the session's factors field will be updated.

Implementation

@$pb.TagNumber(3)
Checks get checks => $_getN(2);
  1. @TagNumber.new(3)
set checks (Checks value)

Implementation

@$pb.TagNumber(3)
set checks(Checks value) => $_setField(3, value);