Class ::webauthn::WebAuthn
::webauthn::WebAuthn
create ... \
[ -after_successful_login_url (default "/pvt/") ] \
[ -client_id client_id ] \
[ -client_secret client_secret ] \
[ -debug:boolean (default "false") ] \
[ -login_failure_url (default "/") ] \
[ -pretty_name (default "Passkey") ] \
[ -rp_id:required rp_id:required ] \
[ -storageObj (default "::xo::WebAuthnStore::Cache") ]
rp_id: The WebAuthn Relying Party ID (domain), e.g. 'openacs.org'
or 'login.example.com'; Must be a registrable domain /
host that matches the site origin rules.
after_successful_login_url: Where to redirect after login if no
return_url exists in state.
login_failure_url: Where to send users on failure if you don’t
want to show debug output.
Defined in packages/webauthn/tcl/webauthn-procs.tclClass Relations
- class: ::nx::Class
![[i]](/resources/acs-subsite/ZoomIn16.gif)
- superclass: ::xo::REST
![[i]](/resources/acs-subsite/ZoomIn16.gif)
::nx::Class create ::webauthn::WebAuthn \
-superclass ::xo::REST