Sha256: a3142b2099c42ab9ddd84dd6eb94a3489c0b0efc193b04b8edd81c6ba7fdb148

Contents?: true

Size: 194 Bytes

Versions: 7

Compression:

Stored size: 194 Bytes

Contents

module Oauth
  module AuthorizationHelper
    def trello_authorized?
      TrelloToken.instance.filled?
    end

    def hubspot_authorized?
      HubspotToken.instance.filled?
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb
hubspot-api-client-8.0.1 sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb
hubspot-api-client-8.0.0 sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb
hubspot-api-client-7.3.0 sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb
hubspot-api-client-7.2.0 sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb
hubspot-api-client-7.1.1 sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb
hubspot-api-client-7.1.0 sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb