removeAll

suspend fun removeAll(): Result<Unit>

Clears all credentials from the NetworkCredentialStore. This function suspends until all credentials have been removed from the store.

Return

a Result indicating if the credentials were removed or an exception indicating a problem

Since

200.0.0