Spell.Authentication.CRA
The Spell.Authentication.CRA
module implements WAMP challenge reponse
authentication. The interface conforms to Spell.Authentication
.
Options
See Spell.connect
for how to set the options.
:secret :: String.t
requred. The secret key shared between client and server, It is used to encode the challenge.
Summary↑
name() | Callback implementation for |
response(details, options) | Callback implementation for |
Functions
Callback implementation for Spell.Authentication.name/0
.
Callback implementation for Spell.Authentication.response/2
.