Method: Sorcery::Providers::Liveid#login_url

Defined in:
lib/sorcery/providers/liveid.rb

#login_url(params, session) ⇒ Object

calculates and returns the url to which the user should be redirected, to get authenticated at the external provider’s site.



37
38
39
# File 'lib/sorcery/providers/liveid.rb', line 37

def (params, session)
  self.authorize_url({ authorize_url: auth_url })
end