With Ticket-based authentication, the client needs to present the server an authentication "ticket" - some magic value to authenticate itself to the server. It can be user password, authentication token or any other kind of client secret. To use it you need to provide "ticket" in "authmethods", authid and onChallenge callback as wampy instance options.