delete Factor
abstract suspend fun deleteFactor(factor: UserAuthenticationFactor): DeleteFactorResponse
Content copied to clipboard
Deletes a UserAuthenticationFactor from the currently authenticated user
Return
abstract fun deleteFactor(factor: UserAuthenticationFactor, callback: (DeleteFactorResponse) -> Unit)
Content copied to clipboard
Deletes a UserAuthenticationFactor from the currently authenticated user
Parameters
callback
A callback that receives a DeleteFactorResponse