autobahn.wamp.gen.wamp.proto.Authenticate


Module Contents

Classes

Authenticate

Functions

AuthenticateStart(builder)

Start(builder)

AuthenticateAddSignature(builder, signature)

AddSignature(builder, signature)

AuthenticateAddExtra(builder, extra)

AddExtra(builder, extra)

AuthenticateEnd(builder)

End(builder)

Attributes

np

autobahn.wamp.gen.wamp.proto.Authenticate.np
class autobahn.wamp.gen.wamp.proto.Authenticate.Authenticate[source]

Bases: object

__slots__ = ['_tab']
classmethod GetRootAs(buf, offset=0)[source]
classmethod GetRootAsAuthenticate(buf, offset=0)[source]

This method is deprecated. Please switch to GetRootAs.

Init(buf, pos)[source]
Signature()[source]
Extra()[source]
autobahn.wamp.gen.wamp.proto.Authenticate.AuthenticateStart(builder)[source]
autobahn.wamp.gen.wamp.proto.Authenticate.Start(builder)[source]
autobahn.wamp.gen.wamp.proto.Authenticate.AuthenticateAddSignature(builder, signature)[source]
autobahn.wamp.gen.wamp.proto.Authenticate.AddSignature(builder, signature)[source]
autobahn.wamp.gen.wamp.proto.Authenticate.AuthenticateAddExtra(builder, extra)[source]
autobahn.wamp.gen.wamp.proto.Authenticate.AddExtra(builder, extra)[source]
autobahn.wamp.gen.wamp.proto.Authenticate.AuthenticateEnd(builder)[source]
autobahn.wamp.gen.wamp.proto.Authenticate.End(builder)[source]