connect
open fun connect( @NonNull context: Context, @NonNull code: String, @Nullable completionCallback: CompletionCallback)
Content copied to clipboard
A deprecated mode to connect a user, by providing the password
See also
Parameters
context
Context: The application context.
code
String:the password
completion Callback
CompletionCallback: A callback to be implemented in order to receive information about the login process.Please see CompletionCallback