 | IJcdiLogin 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)
SyntaxTask<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:
TaskAuthTokenThe authentication token
See Also