connect

open fun connect(    @NonNull context: Context,     @NonNull code: String,     @Nullable completionCallback: CompletionCallback)

A deprecated mode to connect a user, by providing the password

See also

Parameters

context

Context: The application context.

code

String:the password

completionCallback

CompletionCallback: A callback to be implemented in order to receive information about the login process.Please see CompletionCallback