autobahn.wamp.gen.wamp.proto.AuthMethod


Module Contents

Classes

AuthMethod

class autobahn.wamp.gen.wamp.proto.AuthMethod.AuthMethod[source]

Bases: object

ANONYMOUS = 0
COOKIE = 1
TLS = 2
TICKET = 3
CRA = 4
SCRAM = 5
CRYPTOSIGN = 6