Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Test whether the username and password are correct.

Code Block
themeRDark
languagephp
titleExample
linenumberstrue
if ($tmClient->isLoginValid())
	echo 'Login is valid.';

Arguments:

None.

Returns:

boolean, true if login is valid, false otherwise

Specific error codes:

None. This function does not throw exceptions.

 

Panel
title
  • Next

 

 

Warning
titleYou must know!

Our example code is an illustration of how you might integrate with our systems and is not certified for production environments. You are responsible for testing and QA.