Sha256: 11536ed1fcc6daf73011249f9c7206b21208cacde00cd062688b7bbe43ed0b2e

Contents?: true

Size: 428 Bytes

Versions: 5

Compression:

Stored size: 428 Bytes

Contents

module ConfigurationHelper
  def default_configuration
    NexaasID::Configuration.build do |config|
      # https://sandbox.id.nexaas.com/applications/89e9d504-e2a8-476e-ac94-c33e68399c7e
      # Test application - luiz.buiatte+pw.api.test@nexaas.com
      config.url = ENV['NEXAAS_ID_URL']
      config.application_token = ENV['APPLICATION_TOKEN']
      config.application_secret = ENV['APPLICATION_SECRET']
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nexaas_id-client-0.7.4 spec/support/configuration_helper.rb
nexaas_id-client-0.7.3 spec/support/configuration_helper.rb
nexaas_id-client-0.7.2 spec/support/configuration_helper.rb
nexaas_id-client-0.7.1 spec/support/configuration_helper.rb
nexaas_id-client-0.7.0 spec/support/configuration_helper.rb