Source code for autobahn.wamp.gen.wamp.proto.AuthFactor

# automatically generated by the FlatBuffers compiler, do not modify

# namespace: proto

[docs]class AuthFactor(object): NONE = 0 AuthTicketRequest = 1 AuthCraRequest = 2 AuthScramRequest = 3 AuthCryptosignRequest = 4