isTokenValid

fun isTokenValid(accessToken: String): Boolean

Checks if the passed accessToken is not expired.

Return

True if the access token is valid, false otherwise