| Overload | Description |
|---|---|
| HandleAndReturn(IUserIdentity) | Sets the user identity, and marks the event as handled, with successful outcome. |
| HandleAndReturn(UserVerificationOutcome) | Sets the verification outcome and marks the event as handled. |
| HandleAndReturn(UserVerificationOutcome,IUserIdentity) | Sets the verification outcome and user identity, and marks the event as handled. |