Class | OpenID::Message |
In: |
lib/openid/message.rb
lib/openid/kvpost.rb |
Parent: | Object |
namespaces | [R] |
Registers a (namespace URI, alias) mapping in a global namespace alias map. Raises NamespaceAliasRegistrationError if either the namespace URI or alias has already been registered with a different value. This function is required if you want to use a namespace with an OpenID 1 message.
Generate HTML form markup that contains the values in this message, to be HTTP POSTed as x-www-form-urlencoded UTF-8.
Generate a KVForm string that contains the parameters in this message. This will fail is the message contains arguments outside of the "openid." prefix.