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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
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