Source code for cfxdb.gen.arealm.UriCheckLevel

# automatically generated by the FlatBuffers compiler, do not modify

# namespace: arealm

# WAMP URI check level applied in an application realm.
[docs] class UriCheckLevel(object): # No check level.
[docs] NONE = 0
# Check level "strict".
[docs] STRICT = 1
# Check level "loose".
[docs] LOOSE = 2