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.
assoc_type | [RW] | |
session | [RW] |
Generate an AssociateRequest instance from the incoming query. Raises a ProtocolError on malformed requests.
Respond to this request with an association. assoc is an OpenID::Association instance that represents the association to respond with.