Add server deployment stuff
This commit is contained in:
parent
19a57cf118
commit
d879af77ca
@ -35,6 +35,13 @@ message LoginReply {
|
|||||||
bool success = 1;
|
bool success = 1;
|
||||||
string authToken = 2;
|
string authToken = 2;
|
||||||
google.protobuf.Timestamp expiresAt = 3;
|
google.protobuf.Timestamp expiresAt = 3;
|
||||||
|
LoginError error = 4;
|
||||||
|
}
|
||||||
|
|
||||||
|
enum LoginError {
|
||||||
|
LOGIN_ERROR_NONE = 0;
|
||||||
|
LOGIN_ERROR_UNKNOWN = 1;
|
||||||
|
LOGIN_ERROR_INVALID_ACCOUNT_ID = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message VerifyRequest {
|
message VerifyRequest {
|
||||||
|
Loading…
Reference in New Issue
Block a user