| Module | OpenID |
| In: |
lib/openid/consumer.rb
lib/openid/dh.rb lib/openid/fetchers.rb lib/openid/filestore.rb lib/openid/stores.rb lib/openid/util.rb |
Core OpenID library module. Users of the library should look at OpenID::OpenIDConsumer
| SUCCESS | = | 'success' | Code returned when either the of the OpenID::OpenIDConsumer.beginAuth or OpenID::OpenIDConsumer.completeAuth methods return successfully. | |
| FAILURE | = | 'failure' | Code OpenID::OpenIDConsumer.completeAuth returns when the value it received indicated an invalid login. | |
| SETUP_NEEDED | = | 'setup needed' | Code returned by OpenID::OpenIDConsumer.completeAuth when the OpenIDConsumer instance is in immediate mode and ther server sends back a URL for the user to login with. | |
| HTTP_FAILURE | = | 'http failure' | Code returned by OpenID::OpenIDConsumer.beginAuth when it is unable to fetch the URL given by the user. | |
| PARSE_ERROR | = | 'parse error' | Code returned by OpenID::OpenIDConsumer.beginAuth when the page fetched from the OpenID URL doesn‘t contain the necessary link tags to function as an identity page. |