| @@ 172-182 (lines=11) @@ | ||
| 169 | ); | |
| 170 | } | |
| 171 | ||
| 172 | public function applyGssfPossessionProvenEvent(GssfPossessionProvenEvent $event) | |
| 173 |     { | |
| 174 | $this->saveRaSecondFactor( | |
| 175 | (string) $event->identityId, | |
| 176 | (string) $event->secondFactorId, | |
| 177 | (string) $event->stepupProvider, | |
| 178 | (string) $event->gssfId, | |
| 179 | $event->commonName, | |
| 180 | $event->email | |
| 181 | ); | |
| 182 | } | |
| 183 | ||
| 184 | public function applyGssfPossessionProvenAndVerifiedEvent(GssfPossessionProvenAndVerifiedEvent $event) | |
| 185 |     { | |
| @@ 184-194 (lines=11) @@ | ||
| 181 | ); | |
| 182 | } | |
| 183 | ||
| 184 | public function applyGssfPossessionProvenAndVerifiedEvent(GssfPossessionProvenAndVerifiedEvent $event) | |
| 185 |     { | |
| 186 | $this->saveRaSecondFactor( | |
| 187 | (string) $event->identityId, | |
| 188 | (string) $event->secondFactorId, | |
| 189 | (string) $event->stepupProvider, | |
| 190 | (string) $event->gssfId, | |
| 191 | $event->commonName, | |
| 192 | $event->email | |
| 193 | ); | |
| 194 | } | |
| 195 | ||
| 196 | public function applyU2fDevicePossessionProvenEvent(U2fDevicePossessionProvenEvent $event) | |
| 197 |     { | |