Click or drag to resize

ClientGenerateMFA Method

Generates a new multi-factor authentication secret for the specified user.

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public string GenerateMFA(
	string user_id
)

Parameters

user_id
Type: SystemString
The user ID.

Return Value

Type: String
The newly-generated MFA secret.
See Also