removeTokensByType

abstract fun removeTokensByType(type: String): Single<Boolean>

Removes all tokens of the required type from storage.

Note: work with tokens is NOT tread safe.

Return

true if removing is complete and false is not

Parameters

type
  • indicates which family the token belongs to