Class OmniAuth::Strategies::OpenID
In: lib/omniauth/strategies/open_id.rb
Parent: Object

OmniAuth strategy for connecting via OpenID. This allows for connection to a wide variety of sites, some of which are listed [on the OpenID website](openid.net/get-an-openid/).

Methods

Included Modules

OmniAuth::Strategy

Constants

AX = { :email => 'http://axschema.org/contact/email', :name => 'http://axschema.org/namePerson', :nickname => 'http://axschema.org/namePerson/friendly', :first_name => 'http://axschema.org/namePerson/first', :last_name => 'http://axschema.org/namePerson/last', :city => 'http://axschema.org/contact/city/home', :state => 'http://axschema.org/contact/state/home', :website => 'http://axschema.org/contact/web/default', :image => 'http://axschema.org/media/image/aspect11'

Public Instance methods

[Validate]