Class OpenID::Server::AssociateRequest
In: lib/openid/server.rb
Parent: OpenIDRequest

A request to establish an OpenID association. This object contains the logic for handling "openid.mode=associate" requests.

Methods

answer   from_query   new  

Attributes

assoc_type  [RW] 
session  [RW] 

Public Class methods

Generate an AssociateRequest instance from the incoming query. Raises a ProtocolError on malformed requests.

Public Instance methods

Respond to this request with an association. assoc is an OpenID::Association instance that represents the association to respond with.

[Validate]