}
/**
- * Returns true if the current user is connected with Facebook.
- *
- * @return bool
+ * @deprecated 5.4 This method is unused internally and redundant with User:.getAuthProvider()
*/
public function isConnectedWithFacebook()
{
}
/**
- * Returns true if the current user is connected with GitHub.
- *
- * @return bool
+ * @deprecated 5.4 This method is unused internally and redundant with User:.getAuthProvider()
*/
public function isConnectedWithGithub()
{
}
/**
- * Returns true if the current user is connected with Google Plus.
- *
- * @return bool
+ * @deprecated 5.4 This method is unused internally and redundant with User:.getAuthProvider()
*/
public function isConnectedWithGoogle()
{
}
/**
- * Returns true if the current user is connected with Twitter.
- *
- * @return bool
+ * @deprecated 5.4 This method is unused internally and redundant with User:.getAuthProvider()
*/
public function isConnectedWithTwitter()
{