Sha256: 103aeec9e4a5de149cf6ae62f4816bb932435e8266fa785295c20bef9ca68653
Contents?: true
Size: 875 Bytes
Versions: 2
Compression:
Stored size: 875 Bytes
Contents
# frozen_string_literal: true module Rspeckled module OmniAuth module MockAuthentications module Ebay def self.authentication ::OmniAuth::AuthHash.new( 'provider' => 'ebay', 'uid' => 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 'info' => { 'ebay_id' => 'my_username', 'ebay_token' => 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 'email' => 'username@example.com', 'full_name' => 'Gorby Thunderhorse', 'country' => 'US', }, 'credentials' => {}, 'extra' => { 'internal_return_to' => nil, }, ) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rspeckled-2.1.1 | lib/rspeckled/plugins/extensions/omniauth/mock_authentications/ebay.rb |
rspeckled-2.1.0 | lib/rspeckled/plugins/extensions/omniauth/mock_authentications/ebay.rb |