deleteFactor
abstract suspend fun deleteFactor(factor: AuthenticationFactor): DeleteFactorResponse
Content copied to clipboard
abstract fun deleteFactor(factor: AuthenticationFactor, callback: (DeleteFactorResponse) -> Unit)
Content copied to clipboard
Wraps the deleteEmailById API endpoint which deletes email from current user
Return
BaseResponse response from backend