Class | OpenID::Consumer::AssociationManager |
In: |
lib/openid/consumer/associationmanager.rb
|
Parent: | Object |
An object that manages creating and storing associations for an OpenID provider endpoint
Create an association request for the given assoc_type and session_type. Returns a pair of the association session object and the request message that will be sent to the server.
Attempt to extract an association from the response, given the association response message and the established association session.
Make and process one association request to this endpoint‘s OP endpoint URL. Returns an association object or nil if the association processing failed. Raises ServerError when the remote OpenID server returns an error.