mirror of
https://github.com/valitydev/erlang_uac.git
synced 2024-11-06 01:35:23 +00:00
Allow subject type be undefined
This commit is contained in:
parent
736f8414cd
commit
417085623b
@ -29,7 +29,7 @@
|
||||
-type key() :: #jose_jwk{}.
|
||||
-type token() :: binary().
|
||||
-type claims() :: #{binary() => term()}.
|
||||
-type subject() :: {subject_id(), uac_acl:t()}.
|
||||
-type subject() :: {subject_id(), uac_acl:t() | undefined}.
|
||||
-type subject_id() :: binary().
|
||||
-type t() :: {id(), subject(), claims()}.
|
||||
-type domain_name() :: binary().
|
||||
|
Loading…
Reference in New Issue
Block a user