idpIntent property

  1. @TagNumber.new(4)
CheckIDPIntent get idpIntent

Check the IDP intent and update the session on success. Requires that the user is already checked and an IDP intent succeeded and has not expired yet. Note that the IDP intent must be either matching the same user as checked in the session, or there must not be an external IDP linked to the intent's user. On successful IDP intent check, the session's factors field will be updated with an intent factor, containing the verification time.

Implementation

@$pb.TagNumber(4)
CheckIDPIntent get idpIntent => $_getN(3);
  1. @TagNumber.new(4)
set idpIntent (CheckIDPIntent value)

Implementation

@$pb.TagNumber(4)
set idpIntent(CheckIDPIntent value) => $_setField(4, value);