Source code for cfxdb.gen.arealm.AuthenticationMethod
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: arealm
# WAMP authentication methods.
[docs]
class AuthenticationMethod(object):
# No authentiation method defined (undefined).
# WAMP-anonymous authentication.
# WAMP-ticket authentication.
# WAMP-CRA authentication.
# TLS client certificate authentication [TRANSPORT LEVEL].
# HTTP cookie authentication [TRANSPORT LEVEL].
# WAMP-cryptosign authentication.
# WAMP-SCRAM authentication.