This commit is contained in:
Craig Everett 2018-05-16 11:23:32 +09:00
parent 1a661866e5
commit 8302d7eec5

View File

@ -52,8 +52,8 @@
-type key_id() :: {realm(), key_name()}.
-type key_name() :: lower0_9().
-type key_data() :: {ID :: key_id(),
Public :: binary() | none,
Private :: binary() | none}.
Public :: binary() | <<>>,
Private :: binary() | <<>>}.
-type user_id() :: {realm(), user_name()}.
-type user_name() :: label().
-type contact_info() :: {Type :: string(), Data :: string()}.