summaryrefslogtreecommitdiff
path: root/src/rabbit_types.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rabbit_types.erl')
-rw-r--r--src/rabbit_types.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_types.erl b/src/rabbit_types.erl
index b3158cc8..27fbae88 100644
--- a/src/rabbit_types.erl
+++ b/src/rabbit_types.erl
@@ -134,8 +134,7 @@
-type(user() ::
#user{username :: username(),
tags :: [atom()],
- authN_backend :: atom(),
- authZ_backends :: [{atom(), any()}]}).
+ authz_backends :: [{atom(), any()}]}).
-type(internal_user() ::
#internal_user{username :: username(),