TokenBundleRepository

Repository of a bundle of information, related to auth tokens.

Samples

com.google.android.horologist.auth.sample.MainActivity

Inheritors

Functions

Link copied to clipboard
abstract suspend fun isAvailable(): Boolean

Check if this repository is available to be used on this device.

Link copied to clipboard
abstract suspend fun update(tokenBundle: T)