• The login() method displays a login dialog box that prompts the visitor for user name and password.

    Parameters

    • message: string

      The text to display in the dialog box.

    • Optional userName: string

      The default text to display in the user name input box. Optional.

    • Optional password: string

      The default text to display in the password input box. Optional.

    Returns Promise<LoginResult>

  • The login() method displays a login dialog box that prompts the visitor for user name and password.

    Parameters

    Returns Promise<LoginResult>

Generated using TypeDoc