Click or drag to resize

IAccountAssertionFailureHandler Interface

This is preliminary documentation and is subject to change.

Provides a way for client code to automatically re-login, and continue the impeded requests without raising AccountAssertionFailureException, when account assertion has failed.

Namespace: WikiClientLibrary.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public interface IAccountAssertionFailureHandler

The IAccountAssertionFailureHandler type exposes the following members.

Methods
 NameDescription
Public methodLogin Called when an account assertion has failed.
Top
Remarks
See AccountAssertion for more information.
See Also