aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Identity/BasicId.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Identity/BasicId.php')
-rw-r--r--Zotlabs/Identity/BasicId.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/Zotlabs/Identity/BasicId.php b/Zotlabs/Identity/BasicId.php
new file mode 100644
index 000000000..3c149808f
--- /dev/null
+++ b/Zotlabs/Identity/BasicId.php
@@ -0,0 +1,18 @@
+<?php
+
+namespace Zotlabs\Identity\BasicId;
+
+class BasicId {
+
+ private $name;
+ private $profile_photo;
+ private $profile_url;
+ private $address;
+ private $protocol;
+
+
+
+
+
+}
+