mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
Revert "Update to latest proto definitions from SteamDatabase/Protobufs"
This reverts commit 9946f23749 for BC reasons.
This commit is contained in:
parent
38ae8528fb
commit
70a102b373
127 changed files with 28656 additions and 40688 deletions
|
|
@ -3,6 +3,16 @@ 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;
|
||||
|
|
@ -77,6 +87,7 @@ 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