authenticate

open override fun authenticate(    emailAddress: String,     password: String,     @MainThread onSuccess: () -> Unit)

Used to authenticate an existing user with the specified emailAddress and password. The onSuccess callback will be called when authentication was successful.