omniauth-ebay 0.9.1 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/omniauth-ebay/version.rb +1 -1
- data/lib/omniauth/strategies/ebay.rb +1 -1
- metadata +1 -1
@@ -14,7 +14,7 @@ module OmniAuth
|
|
14
14
|
SIMPLE_SID_FIELD_NAME = "SessId"
|
15
15
|
end
|
16
16
|
|
17
|
-
args [:runame, :devid, :appid, :certid, :siteid, :apiurl]
|
17
|
+
args [:runame, :devid, :appid, :certid, :siteid, :apiurl, :auth_type]
|
18
18
|
option :name, "ebay"
|
19
19
|
option :runame, nil
|
20
20
|
option :devid, nil
|