Click or drag to resize

IAccountAssertionFailureHandlerLogin Method

This is preliminary documentation and is subject to change.

Called when an account assertion has failed.

Namespace: WikiClientLibrary.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax
Task<bool> Login(
	WikiSite site
)

Parameters

site  WikiSite
The site where the assertion failed and needs user to login.

Return Value

TaskBoolean
A task that returns a bool, indicating whether user should have logged in. If this method still cannot make user correctly logged in, it should be false, in which case, an AccountAssertionFailureException will still be thrown to the API invoker.
See Also