Class | OpenID::Server::AssociateRequest |
In: |
lib/openid/server.rb
|
Parent: | OpenIDRequest |
A request to establish an association.
See OpenID Specs, Section 8: Establishing Associations <openid.net/specs/openid-authentication-2_0-12.html#associations>
Construct me.
The session is assigned directly as a class attribute. See my class documentation for its description.
Respond to this request with an association.
assoc: | The association to send back. |
Returns a response with the association information, encrypted to the consumer‘s public key if appropriate.