Click or drag to resize

JcdiLogin Method

Executes login with user and password

Namespace:  Enerj.CDI.WebService.V4
Assembly:  Enerj.CDI.WebService.V4 (in Enerj.CDI.WebService.V4.dll) Version: 4.13.0.0 (4.13.0.0)
Syntax
C#
public Task<AuthToken> Login(
	string userName,
	string password
)

Parameters

userName
Type: SystemString
The user name of the sender
password
Type: SystemString
The password of the sender

Return Value

Type: TaskAuthToken
The authentication token

Implements

IJcdiLogin(String, String)
See Also