mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-08 11:05:59 +08:00
encryption
This commit is contained in:
@@ -31,7 +31,6 @@ message UserTokenResp {
|
||||
}
|
||||
|
||||
|
||||
|
||||
message ForceLogoutReq {
|
||||
int32 Platform = 1;
|
||||
string FromUserID = 2;
|
||||
@@ -56,8 +55,6 @@ message ParseTokenResp{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
service Auth {
|
||||
rpc UserRegister(UserRegisterReq) returns(UserRegisterResp);
|
||||
rpc UserToken(UserTokenReq) returns(UserTokenResp);
|
||||
|
||||
Reference in New Issue
Block a user