getAccessTokenExpirationTime

abstract suspend fun getAccessTokenExpirationTime(context: Context): Long?

Get the access token expiration time from the token data store.

Return

The access token expiration time Long

Parameters

context

Context of the application