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