|
@@ -108,6 +108,11 @@ |
|
|
block discarded – undo |
|
108
|
108
|
return true; |
|
109
|
109
|
} |
|
110
|
110
|
|
|
|
111
|
+ /** |
|
|
112
|
+ * @param string $tokenType |
|
|
113
|
+ * @param string $secondFactorId |
|
|
114
|
+ * @param \Surfnet\StepupMiddleware\ApiBundle\Identity\Entity\VerifiedSecondFactor $verifiedSecondFactor |
|
|
115
|
+ */ |
|
111
|
116
|
protected function vetSecondFactor($tokenType, $actorId, $identity, $secondFactorId, $verifiedSecondFactor, $phoneNumber) |
|
112
|
117
|
{ |
|
113
|
118
|
$command = new VetSecondFactorCommand(); |
Please login to merge, or discard this patch.