# File lib/omniauth/strategies/windows_live/windowslivelogin.rb, line 598 def initialize(wll, delegationtoken, refreshtoken, sessionkey, expiry, offers, locationid, context, decodedtoken, token) @wll = wll self.delegationtoken = delegationtoken self.refreshtoken = refreshtoken self.sessionkey = sessionkey self.expiry = expiry self.offers = offers self.locationid = locationid self.context = context self.decodedtoken = decodedtoken self.token = token end