mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 20:24:47 +02:00
Update to latest proto definitions from SteamDatabase/Protobufs
From commit 085746bbf6b48d1b89b7a63e7876932793f4c08f
This commit is contained in:
parent
8634a44673
commit
8ce47e5e16
127 changed files with 40662 additions and 28630 deletions
|
|
@ -3,16 +3,6 @@ import "steammessages_unified_base.steamclient.proto";
|
|||
|
||||
option cc_generic_services = true;
|
||||
|
||||
message CCredentials_TestAvailablePassword_Request {
|
||||
optional string password = 1;
|
||||
optional bytes sha_digest_password = 2;
|
||||
optional string account_name = 3;
|
||||
}
|
||||
|
||||
message CCredentials_TestAvailablePassword_Response {
|
||||
optional bool is_valid = 3;
|
||||
}
|
||||
|
||||
message CCredentials_GetSteamGuardDetails_Request {
|
||||
optional string webcookie = 2;
|
||||
optional fixed32 timestamp_minimum_wanted = 3;
|
||||
|
|
@ -87,7 +77,6 @@ message CCredentials_GetAccountAuthSecret_Response {
|
|||
}
|
||||
|
||||
service Credentials {
|
||||
rpc TestAvailablePassword (.CCredentials_TestAvailablePassword_Request) returns (.CCredentials_TestAvailablePassword_Response);
|
||||
rpc GetSteamGuardDetails (.CCredentials_GetSteamGuardDetails_Request) returns (.CCredentials_GetSteamGuardDetails_Response);
|
||||
rpc ValidateEmailAddress (.CCredentials_ValidateEmailAddress_Request) returns (.CCredentials_ValidateEmailAddress_Response);
|
||||
rpc SteamGuardPhishingReport (.CCredentials_SteamGuardPhishingReport_Request) returns (.CCredentials_SteamGuardPhishingReport_Response);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue