2fa for unattended access
This commit is contained in:
parent
80857c22c9
commit
44e6b7dbb0
55 changed files with 673 additions and 60 deletions
|
|
@ -82,6 +82,10 @@ message LoginRequest {
|
|||
OSLogin os_login = 12;
|
||||
}
|
||||
|
||||
message Auth2FA {
|
||||
string code = 1;
|
||||
}
|
||||
|
||||
message ChatMessage { string text = 1; }
|
||||
|
||||
message Features {
|
||||
|
|
@ -771,5 +775,6 @@ message Message {
|
|||
VoiceCallResponse voice_call_response = 24;
|
||||
PeerInfo peer_info = 25;
|
||||
PointerDeviceEvent pointer_device_event = 26;
|
||||
Auth2FA auth_2fa = 27;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue