class Restforce::Client
def username_password?
Internal: Returns true if username/password (autonomous) flow should be used for
def username_password? @options[:username] && @options[:password] && @options[:security_token] && @options[:client_id] && @options[:client_secret] end