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

Login

  1. Logging in to the Cloud Wallet Plugin is as simple as calling the Login-Method on the previously initialized CloudWalletPlugin-instance.

  2. Once the Login-Method is called, the user will be prompted with the standard Wax Cloud Wallet Login prompt and will be requested to follow the typical Login/Authentication-Scheme.

public void Login()
{
    _cloudWalletPlugin.Login();
}

Last updated