class Restforce::Client

def oauth_refresh?

authentication.
Internal: Returns true if oauth token refresh flow should be used for
def oauth_refresh?
  @options[:refresh_token] &&
    @options[:client_id] &&
    @options[:client_secret]
end