Module: AuthlogicConnect::Openid::Variables
Instance Method Summary collapse
-
#openid_identifier ⇒ Object
def openid_attributes [:openid_provider, :openid_identifier, :openid_key] end.
- #openid_provider ⇒ Object
Methods included from State
#allow_openid_redirect?, #authenticating_with_openid?, #openid_identifier?, #openid_provider?, #openid_request?, #openid_response?, #redirecting_to_openid_server?, #using_openid?, #validate_password_with_openid?
Instance Method Details
#openid_identifier ⇒ Object
def openid_attributes
[:openid_provider, :openid_identifier, :openid_key]
end
11 12 13 |
# File 'lib/authlogic_connect/openid/variables.rb', line 11 def openid_identifier auth_params[:openid_identifier] end |
#openid_provider ⇒ Object
15 16 17 |
# File 'lib/authlogic_connect/openid/variables.rb', line 15 def openid_provider from_session_or_params(:openid_provider) end |