Availability:
:- use_module(library(http/http_openid)).
[det]openid_login_form(+ReturnTo,
+Options)//- action(Action)
- URL of action to call. Default is the handler calling openid_verify/1.
- buttons(+Buttons)
- Buttons is a list of
imgstructures where thehrefpoints to an OpenID 2.0 endpoint. These buttons are displayed below the OpenID URL field. Clicking the button sets the URL field and submits the form. Requires Javascript support.If the
hrefis relative, clicking it opens the given location after adding’openid.return_to’and‘stay’. - show_stay(+Boolean)
- If
true, show a checkbox that allows the user to stay logged on.