saveTokenState

abstract suspend fun saveTokenState(context: Context, tokenState: TokenState): Unit?

Save the TokenState to the data store.

Parameters

context

Context of the application

tokenState

The TokenState instance.