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
#authenticating_with_openid?, #complete_openid?, #openid_identifier?, #openid_provider?, #openid_request?, #openid_response?, #start_openid?, #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] if auth_params? 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) if auth_controller? end |