Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Challenges
Used in: ChallengeSolutions
Used in: LoginRequest
Used in: LoginResponse
Used in: LoginRequest
string client_id = 1
string device_id = 2
Used in: LoginResponse
UNKNOWN_ERROR = 0
INVALID_CREDENTIALS = 1
BAD_REQUEST = 2
UNSUPPORTED_LOGIN_PROTOCOL = 3
TIMEOUT = 4
UNKNOWN_IDENTIFIER = 5
TOO_MANY_ATTEMPTS = 6
INVALID_PHONENUMBER = 7
TRY_AGAIN_LATER = 8
Used in: LoginResponse
string username = 1
string access_token = 2
bytes stored_credential = 3
int32 access_token_expires_in = 4
optional ClientInfo client_info = 1
bytes login_context = 2
optional LoginOk ok = 1
optional Challenges challenges = 3
bytes login_context = 5
string identifier_token = 6
optional UserInfo user_info = 7
Used in: LoginResponse
UNKNOWN_WARNING = 0
DEPRECATED_PROTOCOL_VERSION = 1
Used in: LoginResponse
string name = 1
string email = 2
bool email_verified = 3
string birthdate = 4
string phone_number = 6
bool phone_number_verified = 7
bool email_already_registered = 8
Used in: UserInfo
UNKNOWN = 0
MALE = 1
FEMALE = 2
NEUTRAL = 3