authenticate
open override fun authenticate( emailAddress: String, password: String, @MainThread onSuccess: () -> Unit)
Content copied to clipboard
Used to authenticate an existing user with the specified emailAddress and password. The onSuccess callback will be called when authentication was successful.