public final class SsoAccessTokenProvider
extends Object
Resolve the access token from the cached token file. If the token has expired then throw out an exception to ask the users to
update the token. This provider can also be replaced by any other implementation of resolving the access token. The users can
resolve the access token in their own way and add it to the SsoCredentialsProvider.Builder#refreshRequest.