For the complete documentation index, see llms.txt. This page is also available as Markdown.

LoginResult

class AnchorLinkSharp::LoginResult
  : public IdentifyResult

The result of a [[AnchorLink.login]] call.

Summary

Members
Descriptions

The session created by the login.

Members

public LinkSession Session

The session created by the login.

Last updated