Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3115603
D3573.id10844.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
495 B
Referenced Files
None
Subscribers
None
D3573.id10844.diff
View Options
diff --git a/services/identity/proto/identity.proto b/services/identity/proto/identity.proto
new file mode 100644
--- /dev/null
+++ b/services/identity/proto/identity.proto
@@ -0,0 +1,10 @@
+syntax = "proto3";
+
+package identity;
+
+import "google/protobuf/empty.proto";
+
+service IdentityService {
+ rpc AuthenticateUser(google.protobuf.Empty) returns (google.protobuf.Empty) {}
+ rpc VerifyIdentity(google.protobuf.Empty) returns (google.protobuf.Empty) {}
+}
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 1, 9:33 PM (21 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2401972
Default Alt Text
D3573.id10844.diff (495 B)
Attached To
Mode
D3573: [draft][services][identity] Initial .proto file for identity service
Attached
Detach File
Event Timeline
Log In to Comment