getAllFactors

Gets all Factors created by the app, this method will return the factors in local storage.

Parameters

error
Block to be called when the operation fails with the cause of failure
success
Block to be called when the operation succeeds, returns a List of Factor
abstract fun getAllFactors(success: (List<Factor>) -> Unit, error: (TwilioVerifyException) -> Unit)