For Babelfish Release 1.11.1.3

UserAuthentication(String, String) Constructor

Creates a new instance of UserAuthentication and attempts to authenticate the user (identified by their email) using their password. This flow also assumes logging on with a new Device and will save the DeviceKey and DeviceGroupKey to the private variables. The caller is responsible for verifying the device is legit. After the contructor returns, call InitializeAsync() to complete the constructor / initialziation process.

Definition

Namespace: Scopos.BabelFish.Runtime.Authentication
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public UserAuthentication(
	string email,
	string password
)

Parameters

email  String
password  String

See Also