POGOProtos.Networking.Responses.GetWebTokenResponse.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Responses;
message GetWebTokenResponse {
Status status = 1;
string access_token = 2;
enum Status {
UNSET = 0;
SUCCESS = 1;
ERROR_UNKNOWN = 2;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy