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