Home | History | Annotate | Download | only in widget

Lines Matching refs:challenge

47          * @param attestation The attestation that the challenge was verified, or null.
59 * @param challenge The challenge to verify against the pattern.
65 final long challenge,
82 return utils.verifyPattern(patternCopy, challenge, userId);
150 * @param challenge The challenge to verify against the pattern.
156 final long challenge,
165 return utils.verifyPassword(password, challenge, userId);
186 * @param challenge The challenge to verify against the pattern.
193 final long challenge,
202 return utils.verifyTiedProfileChallenge(password, isPattern, challenge, userId);