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).
[docs] NONE = 0
# WAMP-anonymous authentication.
[docs] ANONYMOUS = 1
# WAMP-ticket authentication.
[docs] TICKET = 2
# WAMP-CRA authentication.
[docs] WAMPCRA = 3
# TLS client certificate authentication [TRANSPORT LEVEL].
[docs] TLS = 4
# HTTP cookie authentication [TRANSPORT LEVEL].
[docs] COOKIE = 5
# WAMP-cryptosign authentication.
[docs] CRYPTOSIGN = 6
# WAMP-SCRAM authentication.
[docs] SCRAM = 7