Class OmniAuth::Strategies::WindowsLive
In: lib/omniauth/strategies/windows_live/windowslivelogin.rb
lib/omniauth/strategies/windows_live.rb
Parent: Object

Methods

consumer   new   request_phase  

Included Modules

OmniAuth::Strategy

Classes and Modules

Class OmniAuth::Strategies::WindowsLive::WindowsLiveLogin

Attributes

app_id  [RW] 
app_secret  [RW] 

Public Class methods

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.

Protected Instance methods

[Validate]