Remove deprecated registration service response fields

This commit is contained in:
Jon Chambers 2023-02-22 16:22:46 -05:00 committed by Sergey Skrobotov
parent 6d6556eee5
commit 6ee9c6ad46
1 changed files with 2 additions and 10 deletions

View File

@ -239,11 +239,7 @@ enum ClientType {
} }
message SendVerificationCodeResponse { message SendVerificationCodeResponse {
/** reserved 1;
* An opaque sequence of bytes that uniquely identifies the registration
* session associated with this registration attempt.
*/
bytes session_id = 1;
/** /**
* Metadata for the named session. May be absent if the session could not be * Metadata for the named session. May be absent if the session could not be
@ -329,11 +325,7 @@ message CheckVerificationCodeRequest {
} }
message CheckVerificationCodeResponse { message CheckVerificationCodeResponse {
/** reserved 1;
* The outcome of the verification attempt; true if the verification code
* matched the expected code or false otherwise.
*/
bool verified = 1;
/** /**
* Metadata for the named session. May be absent if the session could not be * Metadata for the named session. May be absent if the session could not be