Get desktop application:
View/edit binary Protocol Buffers messages
string username = 1
string email = 2
string password = 3
string password = 1
oneof provider
string username = 2
string email = 3
string previous_password = 1
string new_password = 2
Used as response type in: AuthService.Login, AuthService.SignUp