lib/omniauth/strategies/windows_live.rb in oa-more-0.2.4 vs lib/omniauth/strategies/windows_live.rb in oa-more-0.2.5
- old
+ new
@@ -3,12 +3,12 @@
module OmniAuth
module Strategies
class WindowsLive
include OmniAuth::Strategy
-
+
attr_accessor :app_id, :app_secret
-
+
# Initialize the strategy by providing
#
# @param app_id [String] The application ID from your registered app with Microsoft.
# @param app_secret [String] The secret from your registered app with Microsoft.
# @option options [String] :locale A localization string for the login, should be in the form `en-us` or similar.