Wampy.js Documentation
  • Welcome page
  • Usage example
  • Installation
  • Updating versions
  • API
    • Constructor
    • options()
    • getOpStatus()
    • getSessionId()
    • connect()
    • disconnect()
    • abort()
    • Client Authentication
      • Ticket-based Authentication
      • Challenge Response Authentication
      • Cryptosign-based Authentication
      • Automatically chosen Authentication
    • subscribe()
    • unsubscribe()
    • publish()
    • call()
    • cancel()
    • register()
    • unregister()
    • Errors handling
  • Using custom serializer
  • Connecting through TLS in node environment
  • Tests and code coverage
  • See Also
  • Copyright and License
Powered by GitBook
On this page
  1. API

Client Authentication

Wampy supports:

  • Ticket-based Authentication

  • Challenge Response Authentication (wampcra method)

  • Cryptosign-based Authentication (cryptosign method)

Previousabort()NextTicket-based Authentication

Last updated 2 years ago