Click or drag to resize

ClientLoginByLdap Method

Authenticates a user using LDAP ID and a password.

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public Self LoginByLdap(
	string login_id,
	string password
)

Parameters

login_id
Type: SystemString
The LDAP ID.
password
Type: SystemString
The user's password.

Return Value

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