Click or drag to resize

ClientLogin Method

Authenticates a user using a login ID and a password.

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public Self Login(
	string login_id,
	string password,
	string device_id = ""
)

Parameters

login_id
Type: SystemString
The login ID, which can be a username, email, or SSO identifier.
password
Type: SystemString
The user's password.
device_id (Optional)
Type: SystemString
(Optional) Attaches a device ID to this session.

Return Value

Type: Self
A Self object of the newly-authenticated user.
See Also