login
Logs in with the provided credentials.
Return
Result which can be a Result.Success containing SdkSuccessAnswer.Login if successful, or a Result.Error if the operation fails.
Parameters
login
The login username.
password
The login password.
Logs in with the provided credentials.
Result which can be a Result.Success containing SdkSuccessAnswer.Login if successful, or a Result.Error if the operation fails.
The login username.
The login password.