Class | OmniAuth::Strategies::WindowsLive |
In: |
lib/omniauth/strategies/windows_live/windowslivelogin.rb
lib/omniauth/strategies/windows_live.rb |
Parent: | Object |
app_id | [RW] | |
app_secret | [RW] |
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. @option options [String] :state Some state information that is serialized into the query string upon callback. @option options [Boolean] :ssl Whether or not to use SSL for login. Defaults to `true`. @option options [Boolean] :force_nonprovisioned When true, forces a non-provisioned (i.e. no app id or secret) mode.