getAccessTokenExpirationTime

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

Get the access token expiration time from the token.

Return

The access token expiration time Long

Parameters

context

The Context instance.