getCachedToken method

TokenResponse? getCachedToken()

Returns the cached token if available

Implementation

TokenResponse? getCachedToken() {
  return _lastTokenResponse;
}