Sha256: a7679fdb40581e8a11d4a8c405231e6cdd4e92b54dd6c0e40d2dd86b88d5beb4
Contents?: true
Size: 546 Bytes
Versions: 39
Compression:
Stored size: 546 Bytes
Contents
class Maestrano::Connector::Rails::External include Maestrano::Connector::Rails::Concerns::External def self.external_name # TODO # Returns the name of the external app end def self.get_client(organization) # TODO # Returns a client for the external application for the given organization # e.g # SomeName.new :oauth_token => organization.oauth_token, # refresh_token: organization.refresh_token, # instance_url: organization.instance_url, # client_id: ENV[''], # client_secret: ENV[''] end end
Version data entries
39 entries across 39 versions & 1 rubygems