Message-ID: <54913903.15895.1614958645658.JavaMail.confluence@wiki> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_15894_364669306.1614958645658" ------=_Part_15894_364669306.1614958645658 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html isLoginValid - C#

isLoginValid - C#

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20

Test whether the username and password are correct.

=20
=20
=20
=20
=20
=20
Example
=20
if (rClient.isLoginValid())
=09Console.WriteLine("Login is OK!");
=20
=20
=20
=20
=20
=20
=20

Arguments:

=20
=20
=20
=20

None.

=20
=20
=20
=20
=20
=20

Returns:

=20
=20
=20
=20

Boolean, true if login is valid, false otherwise.

=20
=20
=20
=20
=20
=20

Specific error codes:

=20
=20
=20
=20

None. This function does not throw exceptions.

=20
=20
=20
=20
=20
=20
=20 =20
=20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
------=_Part_15894_364669306.1614958645658--