Sha256: 194f437520ee80c4b587eccc680eb367ab98d59788b834d2c7e21453fedecf2c

Contents?: true

Size: 308 Bytes

Versions: 25

Compression:

Stored size: 308 Bytes

Contents

module Credentials
  module_function
  def v2_creds
    {
      domain: ENV.fetch( 'DOMAIN', 'DOMAIN' ),
      client_id: ENV.fetch( 'CLIENT_ID', 'CLIENT_ID' ),
      client_secret: ENV.fetch( 'CLIENT_SECRET', 'TEST_CLIENT_SECRET' ),
      token: ENV.fetch( 'MASTER_JWT', 'TEST_MASTER_JWT' )
    }
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
auth0-5.18.0 spec/support/credentials.rb
auth0-5.16.0 spec/support/credentials.rb
auth0-5.15.0 spec/support/credentials.rb
auth0-5.14.2 spec/support/credentials.rb
auth0-5.14.1 spec/support/credentials.rb
auth0-5.14.0 spec/support/credentials.rb
auth0-5.13.0 spec/support/credentials.rb
auth0-5.12.0 spec/support/credentials.rb
auth0-5.11.0 spec/support/credentials.rb
auth0-5.10.0 spec/support/credentials.rb
auth0-5.9.0 spec/support/credentials.rb
auth0-5.8.1 spec/support/credentials.rb
auth0-5.8.0 spec/support/credentials.rb
auth0-5.7.0 spec/support/credentials.rb
auth0-5.6.1 spec/support/credentials.rb
auth0-5.6.0 spec/support/credentials.rb
auth0-5.5.0 spec/support/credentials.rb
auth0-5.4.0 spec/support/credentials.rb
auth0-5.3.0 spec/support/credentials.rb
auth0-5.2.0 spec/support/credentials.rb