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_id() :: {realm(), key_name()}.
-type key_name() :: lower0_9(). -type key_name() :: lower0_9().
-type key_data() :: {ID :: key_id(), -type key_data() :: {ID :: key_id(),
Public :: binary() | none, Public :: binary() | <<>>,
Private :: binary() | none}. Private :: binary() | <<>>}.
-type user_id() :: {realm(), user_name()}. -type user_id() :: {realm(), user_name()}.
-type user_name() :: label(). -type user_name() :: label().
-type contact_info() :: {Type :: string(), Data :: string()}. -type contact_info() :: {Type :: string(), Data :: string()}.