Restyled by black
This commit is contained in:
@@ -6,37 +6,38 @@ from google.protobuf import descriptor as _descriptor
|
||||
from google.protobuf import message as _message
|
||||
from google.protobuf import reflection as _reflection
|
||||
from google.protobuf import symbol_database as _symbol_database
|
||||
|
||||
# @@protoc_insertion_point(imports)
|
||||
|
||||
_sym_db = _symbol_database.Default()
|
||||
|
||||
DESCRIPTOR = _descriptor.FileDescriptor(
|
||||
name='spotify/login5/v3/client_info.proto',
|
||||
package='spotify.login5.v3',
|
||||
syntax='proto3',
|
||||
serialized_options=b'\n\024com.spotify.login5v3',
|
||||
name="spotify/login5/v3/client_info.proto",
|
||||
package="spotify.login5.v3",
|
||||
syntax="proto3",
|
||||
serialized_options=b"\n\024com.spotify.login5v3",
|
||||
create_key=_descriptor._internal_create_key,
|
||||
serialized_pb=b'\n#spotify/login5/v3/client_info.proto\x12\x11spotify.login5.v3\"2\n\nClientInfo\x12\x11\n\tclient_id\x18\x01 \x01(\t\x12\x11\n\tdevice_id\x18\x02 \x01(\tB\x16\n\x14\x63om.spotify.login5v3b\x06proto3'
|
||||
serialized_pb=b'\n#spotify/login5/v3/client_info.proto\x12\x11spotify.login5.v3"2\n\nClientInfo\x12\x11\n\tclient_id\x18\x01 \x01(\t\x12\x11\n\tdevice_id\x18\x02 \x01(\tB\x16\n\x14\x63om.spotify.login5v3b\x06proto3',
|
||||
)
|
||||
|
||||
_CLIENTINFO = _descriptor.Descriptor(
|
||||
name='ClientInfo',
|
||||
full_name='spotify.login5.v3.ClientInfo',
|
||||
name="ClientInfo",
|
||||
full_name="spotify.login5.v3.ClientInfo",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='client_id',
|
||||
full_name='spotify.login5.v3.ClientInfo.client_id',
|
||||
name="client_id",
|
||||
full_name="spotify.login5.v3.ClientInfo.client_id",
|
||||
index=0,
|
||||
number=1,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -44,17 +45,18 @@ _CLIENTINFO = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='device_id',
|
||||
full_name='spotify.login5.v3.ClientInfo.device_id',
|
||||
name="device_id",
|
||||
full_name="spotify.login5.v3.ClientInfo.device_id",
|
||||
index=1,
|
||||
number=2,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -62,31 +64,33 @@ _CLIENTINFO = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=58,
|
||||
serialized_end=108,
|
||||
)
|
||||
|
||||
DESCRIPTOR.message_types_by_name['ClientInfo'] = _CLIENTINFO
|
||||
DESCRIPTOR.message_types_by_name["ClientInfo"] = _CLIENTINFO
|
||||
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
||||
|
||||
ClientInfo = _reflection.GeneratedProtocolMessageType(
|
||||
'ClientInfo',
|
||||
(_message.Message, ),
|
||||
"ClientInfo",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _CLIENTINFO,
|
||||
'__module__': 'spotify.login5.v3.client_info_pb2'
|
||||
"DESCRIPTOR": _CLIENTINFO,
|
||||
"__module__": "spotify.login5.v3.client_info_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.ClientInfo)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(ClientInfo)
|
||||
|
||||
DESCRIPTOR._options = None
|
||||
|
||||
@@ -2,110 +2,131 @@
|
||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
# source: spotify/login5/v3/login5.proto
|
||||
"""Generated protocol buffer code."""
|
||||
from spotify.login5.v3.identifiers import identifiers_pb2 as spotify_dot_login5_dot_v3_dot_identifiers_dot_identifiers__pb2
|
||||
from spotify.login5.v3.credentials import credentials_pb2 as spotify_dot_login5_dot_v3_dot_credentials_dot_credentials__pb2
|
||||
from spotify.login5.v3.challenges import hashcash_pb2 as spotify_dot_login5_dot_v3_dot_challenges_dot_hashcash__pb2
|
||||
from spotify.login5.v3.challenges import code_pb2 as spotify_dot_login5_dot_v3_dot_challenges_dot_code__pb2
|
||||
from spotify.login5.v3 import user_info_pb2 as spotify_dot_login5_dot_v3_dot_user__info__pb2
|
||||
from spotify.login5.v3 import client_info_pb2 as spotify_dot_login5_dot_v3_dot_client__info__pb2
|
||||
from spotify.login5.v3.identifiers import (
|
||||
identifiers_pb2 as spotify_dot_login5_dot_v3_dot_identifiers_dot_identifiers__pb2,
|
||||
)
|
||||
from spotify.login5.v3.credentials import (
|
||||
credentials_pb2 as spotify_dot_login5_dot_v3_dot_credentials_dot_credentials__pb2,
|
||||
)
|
||||
from spotify.login5.v3.challenges import (
|
||||
hashcash_pb2 as spotify_dot_login5_dot_v3_dot_challenges_dot_hashcash__pb2,
|
||||
)
|
||||
from spotify.login5.v3.challenges import (
|
||||
code_pb2 as spotify_dot_login5_dot_v3_dot_challenges_dot_code__pb2,
|
||||
)
|
||||
from spotify.login5.v3 import (
|
||||
user_info_pb2 as spotify_dot_login5_dot_v3_dot_user__info__pb2,
|
||||
)
|
||||
from spotify.login5.v3 import (
|
||||
client_info_pb2 as spotify_dot_login5_dot_v3_dot_client__info__pb2,
|
||||
)
|
||||
from google.protobuf.internal import enum_type_wrapper
|
||||
from google.protobuf import descriptor as _descriptor
|
||||
from google.protobuf import message as _message
|
||||
from google.protobuf import reflection as _reflection
|
||||
from google.protobuf import symbol_database as _symbol_database
|
||||
|
||||
# @@protoc_insertion_point(imports)
|
||||
|
||||
_sym_db = _symbol_database.Default()
|
||||
|
||||
|
||||
DESCRIPTOR = _descriptor.FileDescriptor(
|
||||
name='spotify/login5/v3/login5.proto',
|
||||
package='spotify.login5.v3',
|
||||
syntax='proto3',
|
||||
serialized_options=b'\n\024com.spotify.login5v3',
|
||||
name="spotify/login5/v3/login5.proto",
|
||||
package="spotify.login5.v3",
|
||||
syntax="proto3",
|
||||
serialized_options=b"\n\024com.spotify.login5v3",
|
||||
create_key=_descriptor._internal_create_key,
|
||||
serialized_pb=b'\n\x1espotify/login5/v3/login5.proto\x12\x11spotify.login5.v3\x1a#spotify/login5/v3/client_info.proto\x1a!spotify/login5/v3/user_info.proto\x1a\'spotify/login5/v3/challenges/code.proto\x1a+spotify/login5/v3/challenges/hashcash.proto\x1a/spotify/login5/v3/credentials/credentials.proto\x1a/spotify/login5/v3/identifiers/identifiers.proto\">\n\nChallenges\x12\x30\n\nchallenges\x18\x01 \x03(\x0b\x32\x1c.spotify.login5.v3.Challenge\"\x89\x01\n\tChallenge\x12\x41\n\x08hashcash\x18\x01 \x01(\x0b\x32/.spotify.login5.v3.challenges.HashcashChallenge\x12\x39\n\x04\x63ode\x18\x02 \x01(\x0b\x32+.spotify.login5.v3.challenges.CodeChallenge\"M\n\x12\x43hallengeSolutions\x12\x37\n\tsolutions\x18\x01 \x03(\x0b\x32$.spotify.login5.v3.ChallengeSolution\"\x8f\x01\n\x11\x43hallengeSolution\x12@\n\x08hashcash\x18\x01 \x01(\x0b\x32..spotify.login5.v3.challenges.HashcashSolution\x12\x38\n\x04\x63ode\x18\x02 \x01(\x0b\x32*.spotify.login5.v3.challenges.CodeSolution\"\xad\x05\n\x0cLoginRequest\x12\x32\n\x0b\x63lient_info\x18\x01 \x01(\x0b\x32\x1d.spotify.login5.v3.ClientInfo\x12\x15\n\rlogin_context\x18\x02 \x01(\x0c\x12\x42\n\x13\x63hallenge_solutions\x18\x03 \x01(\x0b\x32%.spotify.login5.v3.ChallengeSolutions\x12J\n\x11stored_credential\x18\x64 \x01(\x0b\x32/.spotify.login5.v3.credentials.StoredCredential\x12\x39\n\x08password\x18\x65 \x01(\x0b\x32\'.spotify.login5.v3.credentials.Password\x12Q\n\x15\x66\x61\x63\x65\x62ook_access_token\x18\x66 \x01(\x0b\x32\x32.spotify.login5.v3.credentials.FacebookAccessToken\x12@\n\x0cphone_number\x18g \x01(\x0b\x32*.spotify.login5.v3.identifiers.PhoneNumber\x12\x43\n\x0eone_time_token\x18h \x01(\x0b\x32+.spotify.login5.v3.credentials.OneTimeToken\x12U\n\x17parent_child_credential\x18i \x01(\x0b\x32\x34.spotify.login5.v3.credentials.ParentChildCredential\x12V\n\x18\x61pple_sign_in_credential\x18j \x01(\x0b\x32\x34.spotify.login5.v3.credentials.AppleSignInCredential\"m\n\x07LoginOk\x12\x10\n\x08username\x18\x01 \x01(\t\x12\x14\n\x0c\x61\x63\x63\x65ss_token\x18\x02 \x01(\t\x12\x19\n\x11stored_credential\x18\x03 \x01(\x0c\x12\x1f\n\x17\x61\x63\x63\x65ss_token_expires_in\x18\x04 \x01(\x05\"\xf8\x02\n\rLoginResponse\x12&\n\x02ok\x18\x01 \x01(\x0b\x32\x1a.spotify.login5.v3.LoginOk\x12,\n\x05\x65rror\x18\x02 \x01(\x0e\x32\x1d.spotify.login5.v3.LoginError\x12\x31\n\nchallenges\x18\x03 \x01(\x0b\x32\x1d.spotify.login5.v3.Challenges\x12;\n\x08warnings\x18\x04 \x03(\x0e\x32).spotify.login5.v3.LoginResponse.Warnings\x12\x15\n\rlogin_context\x18\x05 \x01(\x0c\x12\x18\n\x10identifier_token\x18\x06 \x01(\t\x12.\n\tuser_info\x18\x07 \x01(\x0b\x32\x1b.spotify.login5.v3.UserInfo\"@\n\x08Warnings\x12\x13\n\x0fUNKNOWN_WARNING\x10\x00\x12\x1f\n\x1b\x44\x45PRECATED_PROTOCOL_VERSION\x10\x01*\xd3\x01\n\nLoginError\x12\x11\n\rUNKNOWN_ERROR\x10\x00\x12\x17\n\x13INVALID_CREDENTIALS\x10\x01\x12\x0f\n\x0b\x42\x41\x44_REQUEST\x10\x02\x12\x1e\n\x1aUNSUPPORTED_LOGIN_PROTOCOL\x10\x03\x12\x0b\n\x07TIMEOUT\x10\x04\x12\x16\n\x12UNKNOWN_IDENTIFIER\x10\x05\x12\x15\n\x11TOO_MANY_ATTEMPTS\x10\x06\x12\x17\n\x13INVALID_PHONENUMBER\x10\x07\x12\x13\n\x0fTRY_AGAIN_LATER\x10\x08\x42\x16\n\x14\x63om.spotify.login5v3b\x06proto3',
|
||||
serialized_pb=b'\n\x1espotify/login5/v3/login5.proto\x12\x11spotify.login5.v3\x1a#spotify/login5/v3/client_info.proto\x1a!spotify/login5/v3/user_info.proto\x1a\'spotify/login5/v3/challenges/code.proto\x1a+spotify/login5/v3/challenges/hashcash.proto\x1a/spotify/login5/v3/credentials/credentials.proto\x1a/spotify/login5/v3/identifiers/identifiers.proto">\n\nChallenges\x12\x30\n\nchallenges\x18\x01 \x03(\x0b\x32\x1c.spotify.login5.v3.Challenge"\x89\x01\n\tChallenge\x12\x41\n\x08hashcash\x18\x01 \x01(\x0b\x32/.spotify.login5.v3.challenges.HashcashChallenge\x12\x39\n\x04\x63ode\x18\x02 \x01(\x0b\x32+.spotify.login5.v3.challenges.CodeChallenge"M\n\x12\x43hallengeSolutions\x12\x37\n\tsolutions\x18\x01 \x03(\x0b\x32$.spotify.login5.v3.ChallengeSolution"\x8f\x01\n\x11\x43hallengeSolution\x12@\n\x08hashcash\x18\x01 \x01(\x0b\x32..spotify.login5.v3.challenges.HashcashSolution\x12\x38\n\x04\x63ode\x18\x02 \x01(\x0b\x32*.spotify.login5.v3.challenges.CodeSolution"\xad\x05\n\x0cLoginRequest\x12\x32\n\x0b\x63lient_info\x18\x01 \x01(\x0b\x32\x1d.spotify.login5.v3.ClientInfo\x12\x15\n\rlogin_context\x18\x02 \x01(\x0c\x12\x42\n\x13\x63hallenge_solutions\x18\x03 \x01(\x0b\x32%.spotify.login5.v3.ChallengeSolutions\x12J\n\x11stored_credential\x18\x64 \x01(\x0b\x32/.spotify.login5.v3.credentials.StoredCredential\x12\x39\n\x08password\x18\x65 \x01(\x0b\x32\'.spotify.login5.v3.credentials.Password\x12Q\n\x15\x66\x61\x63\x65\x62ook_access_token\x18\x66 \x01(\x0b\x32\x32.spotify.login5.v3.credentials.FacebookAccessToken\x12@\n\x0cphone_number\x18g \x01(\x0b\x32*.spotify.login5.v3.identifiers.PhoneNumber\x12\x43\n\x0eone_time_token\x18h \x01(\x0b\x32+.spotify.login5.v3.credentials.OneTimeToken\x12U\n\x17parent_child_credential\x18i \x01(\x0b\x32\x34.spotify.login5.v3.credentials.ParentChildCredential\x12V\n\x18\x61pple_sign_in_credential\x18j \x01(\x0b\x32\x34.spotify.login5.v3.credentials.AppleSignInCredential"m\n\x07LoginOk\x12\x10\n\x08username\x18\x01 \x01(\t\x12\x14\n\x0c\x61\x63\x63\x65ss_token\x18\x02 \x01(\t\x12\x19\n\x11stored_credential\x18\x03 \x01(\x0c\x12\x1f\n\x17\x61\x63\x63\x65ss_token_expires_in\x18\x04 \x01(\x05"\xf8\x02\n\rLoginResponse\x12&\n\x02ok\x18\x01 \x01(\x0b\x32\x1a.spotify.login5.v3.LoginOk\x12,\n\x05\x65rror\x18\x02 \x01(\x0e\x32\x1d.spotify.login5.v3.LoginError\x12\x31\n\nchallenges\x18\x03 \x01(\x0b\x32\x1d.spotify.login5.v3.Challenges\x12;\n\x08warnings\x18\x04 \x03(\x0e\x32).spotify.login5.v3.LoginResponse.Warnings\x12\x15\n\rlogin_context\x18\x05 \x01(\x0c\x12\x18\n\x10identifier_token\x18\x06 \x01(\t\x12.\n\tuser_info\x18\x07 \x01(\x0b\x32\x1b.spotify.login5.v3.UserInfo"@\n\x08Warnings\x12\x13\n\x0fUNKNOWN_WARNING\x10\x00\x12\x1f\n\x1b\x44\x45PRECATED_PROTOCOL_VERSION\x10\x01*\xd3\x01\n\nLoginError\x12\x11\n\rUNKNOWN_ERROR\x10\x00\x12\x17\n\x13INVALID_CREDENTIALS\x10\x01\x12\x0f\n\x0b\x42\x41\x44_REQUEST\x10\x02\x12\x1e\n\x1aUNSUPPORTED_LOGIN_PROTOCOL\x10\x03\x12\x0b\n\x07TIMEOUT\x10\x04\x12\x16\n\x12UNKNOWN_IDENTIFIER\x10\x05\x12\x15\n\x11TOO_MANY_ATTEMPTS\x10\x06\x12\x17\n\x13INVALID_PHONENUMBER\x10\x07\x12\x13\n\x0fTRY_AGAIN_LATER\x10\x08\x42\x16\n\x14\x63om.spotify.login5v3b\x06proto3',
|
||||
dependencies=[
|
||||
spotify_dot_login5_dot_v3_dot_client__info__pb2.DESCRIPTOR,
|
||||
spotify_dot_login5_dot_v3_dot_user__info__pb2.DESCRIPTOR,
|
||||
spotify_dot_login5_dot_v3_dot_challenges_dot_code__pb2.DESCRIPTOR,
|
||||
spotify_dot_login5_dot_v3_dot_challenges_dot_hashcash__pb2.DESCRIPTOR,
|
||||
spotify_dot_login5_dot_v3_dot_credentials_dot_credentials__pb2.
|
||||
DESCRIPTOR,
|
||||
spotify_dot_login5_dot_v3_dot_identifiers_dot_identifiers__pb2.
|
||||
DESCRIPTOR,
|
||||
])
|
||||
spotify_dot_login5_dot_v3_dot_credentials_dot_credentials__pb2.DESCRIPTOR,
|
||||
spotify_dot_login5_dot_v3_dot_identifiers_dot_identifiers__pb2.DESCRIPTOR,
|
||||
],
|
||||
)
|
||||
|
||||
_LOGINERROR = _descriptor.EnumDescriptor(
|
||||
name='LoginError',
|
||||
full_name='spotify.login5.v3.LoginError',
|
||||
name="LoginError",
|
||||
full_name="spotify.login5.v3.LoginError",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
values=[
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='UNKNOWN_ERROR',
|
||||
name="UNKNOWN_ERROR",
|
||||
index=0,
|
||||
number=0,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='INVALID_CREDENTIALS',
|
||||
name="INVALID_CREDENTIALS",
|
||||
index=1,
|
||||
number=1,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='BAD_REQUEST',
|
||||
name="BAD_REQUEST",
|
||||
index=2,
|
||||
number=2,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='UNSUPPORTED_LOGIN_PROTOCOL',
|
||||
name="UNSUPPORTED_LOGIN_PROTOCOL",
|
||||
index=3,
|
||||
number=3,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='TIMEOUT',
|
||||
name="TIMEOUT",
|
||||
index=4,
|
||||
number=4,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='UNKNOWN_IDENTIFIER',
|
||||
name="UNKNOWN_IDENTIFIER",
|
||||
index=5,
|
||||
number=5,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='TOO_MANY_ATTEMPTS',
|
||||
name="TOO_MANY_ATTEMPTS",
|
||||
index=6,
|
||||
number=6,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='INVALID_PHONENUMBER',
|
||||
name="INVALID_PHONENUMBER",
|
||||
index=7,
|
||||
number=7,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='TRY_AGAIN_LATER',
|
||||
name="TRY_AGAIN_LATER",
|
||||
index=8,
|
||||
number=8,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
containing_type=None,
|
||||
serialized_options=None,
|
||||
@@ -126,26 +147,28 @@ INVALID_PHONENUMBER = 7
|
||||
TRY_AGAIN_LATER = 8
|
||||
|
||||
_LOGINRESPONSE_WARNINGS = _descriptor.EnumDescriptor(
|
||||
name='Warnings',
|
||||
full_name='spotify.login5.v3.LoginResponse.Warnings',
|
||||
name="Warnings",
|
||||
full_name="spotify.login5.v3.LoginResponse.Warnings",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
values=[
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='UNKNOWN_WARNING',
|
||||
name="UNKNOWN_WARNING",
|
||||
index=0,
|
||||
number=0,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='DEPRECATED_PROTOCOL_VERSION',
|
||||
name="DEPRECATED_PROTOCOL_VERSION",
|
||||
index=1,
|
||||
number=1,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
containing_type=None,
|
||||
serialized_options=None,
|
||||
@@ -155,16 +178,16 @@ _LOGINRESPONSE_WARNINGS = _descriptor.EnumDescriptor(
|
||||
_sym_db.RegisterEnumDescriptor(_LOGINRESPONSE_WARNINGS)
|
||||
|
||||
_CHALLENGES = _descriptor.Descriptor(
|
||||
name='Challenges',
|
||||
full_name='spotify.login5.v3.Challenges',
|
||||
name="Challenges",
|
||||
full_name="spotify.login5.v3.Challenges",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='challenges',
|
||||
full_name='spotify.login5.v3.Challenges.challenges',
|
||||
name="challenges",
|
||||
full_name="spotify.login5.v3.Challenges.challenges",
|
||||
index=0,
|
||||
number=1,
|
||||
type=11,
|
||||
@@ -179,14 +202,15 @@ _CHALLENGES = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=309,
|
||||
@@ -194,16 +218,16 @@ _CHALLENGES = _descriptor.Descriptor(
|
||||
)
|
||||
|
||||
_CHALLENGE = _descriptor.Descriptor(
|
||||
name='Challenge',
|
||||
full_name='spotify.login5.v3.Challenge',
|
||||
name="Challenge",
|
||||
full_name="spotify.login5.v3.Challenge",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='hashcash',
|
||||
full_name='spotify.login5.v3.Challenge.hashcash',
|
||||
name="hashcash",
|
||||
full_name="spotify.login5.v3.Challenge.hashcash",
|
||||
index=0,
|
||||
number=1,
|
||||
type=11,
|
||||
@@ -218,10 +242,11 @@ _CHALLENGE = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='code',
|
||||
full_name='spotify.login5.v3.Challenge.code',
|
||||
name="code",
|
||||
full_name="spotify.login5.v3.Challenge.code",
|
||||
index=1,
|
||||
number=2,
|
||||
type=11,
|
||||
@@ -236,14 +261,15 @@ _CHALLENGE = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=374,
|
||||
@@ -251,16 +277,16 @@ _CHALLENGE = _descriptor.Descriptor(
|
||||
)
|
||||
|
||||
_CHALLENGESOLUTIONS = _descriptor.Descriptor(
|
||||
name='ChallengeSolutions',
|
||||
full_name='spotify.login5.v3.ChallengeSolutions',
|
||||
name="ChallengeSolutions",
|
||||
full_name="spotify.login5.v3.ChallengeSolutions",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='solutions',
|
||||
full_name='spotify.login5.v3.ChallengeSolutions.solutions',
|
||||
name="solutions",
|
||||
full_name="spotify.login5.v3.ChallengeSolutions.solutions",
|
||||
index=0,
|
||||
number=1,
|
||||
type=11,
|
||||
@@ -275,14 +301,15 @@ _CHALLENGESOLUTIONS = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=513,
|
||||
@@ -290,16 +317,16 @@ _CHALLENGESOLUTIONS = _descriptor.Descriptor(
|
||||
)
|
||||
|
||||
_CHALLENGESOLUTION = _descriptor.Descriptor(
|
||||
name='ChallengeSolution',
|
||||
full_name='spotify.login5.v3.ChallengeSolution',
|
||||
name="ChallengeSolution",
|
||||
full_name="spotify.login5.v3.ChallengeSolution",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='hashcash',
|
||||
full_name='spotify.login5.v3.ChallengeSolution.hashcash',
|
||||
name="hashcash",
|
||||
full_name="spotify.login5.v3.ChallengeSolution.hashcash",
|
||||
index=0,
|
||||
number=1,
|
||||
type=11,
|
||||
@@ -314,10 +341,11 @@ _CHALLENGESOLUTION = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='code',
|
||||
full_name='spotify.login5.v3.ChallengeSolution.code',
|
||||
name="code",
|
||||
full_name="spotify.login5.v3.ChallengeSolution.code",
|
||||
index=1,
|
||||
number=2,
|
||||
type=11,
|
||||
@@ -332,14 +360,15 @@ _CHALLENGESOLUTION = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=593,
|
||||
@@ -347,16 +376,16 @@ _CHALLENGESOLUTION = _descriptor.Descriptor(
|
||||
)
|
||||
|
||||
_LOGINREQUEST = _descriptor.Descriptor(
|
||||
name='LoginRequest',
|
||||
full_name='spotify.login5.v3.LoginRequest',
|
||||
name="LoginRequest",
|
||||
full_name="spotify.login5.v3.LoginRequest",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='client_info',
|
||||
full_name='spotify.login5.v3.LoginRequest.client_info',
|
||||
name="client_info",
|
||||
full_name="spotify.login5.v3.LoginRequest.client_info",
|
||||
index=0,
|
||||
number=1,
|
||||
type=11,
|
||||
@@ -371,10 +400,11 @@ _LOGINREQUEST = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='login_context',
|
||||
full_name='spotify.login5.v3.LoginRequest.login_context',
|
||||
name="login_context",
|
||||
full_name="spotify.login5.v3.LoginRequest.login_context",
|
||||
index=1,
|
||||
number=2,
|
||||
type=12,
|
||||
@@ -389,10 +419,11 @@ _LOGINREQUEST = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='challenge_solutions',
|
||||
full_name='spotify.login5.v3.LoginRequest.challenge_solutions',
|
||||
name="challenge_solutions",
|
||||
full_name="spotify.login5.v3.LoginRequest.challenge_solutions",
|
||||
index=2,
|
||||
number=3,
|
||||
type=11,
|
||||
@@ -407,10 +438,11 @@ _LOGINREQUEST = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='stored_credential',
|
||||
full_name='spotify.login5.v3.LoginRequest.stored_credential',
|
||||
name="stored_credential",
|
||||
full_name="spotify.login5.v3.LoginRequest.stored_credential",
|
||||
index=3,
|
||||
number=100,
|
||||
type=11,
|
||||
@@ -425,10 +457,11 @@ _LOGINREQUEST = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='password',
|
||||
full_name='spotify.login5.v3.LoginRequest.password',
|
||||
name="password",
|
||||
full_name="spotify.login5.v3.LoginRequest.password",
|
||||
index=4,
|
||||
number=101,
|
||||
type=11,
|
||||
@@ -443,10 +476,11 @@ _LOGINREQUEST = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='facebook_access_token',
|
||||
full_name='spotify.login5.v3.LoginRequest.facebook_access_token',
|
||||
name="facebook_access_token",
|
||||
full_name="spotify.login5.v3.LoginRequest.facebook_access_token",
|
||||
index=5,
|
||||
number=102,
|
||||
type=11,
|
||||
@@ -461,10 +495,11 @@ _LOGINREQUEST = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='phone_number',
|
||||
full_name='spotify.login5.v3.LoginRequest.phone_number',
|
||||
name="phone_number",
|
||||
full_name="spotify.login5.v3.LoginRequest.phone_number",
|
||||
index=6,
|
||||
number=103,
|
||||
type=11,
|
||||
@@ -479,10 +514,11 @@ _LOGINREQUEST = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='one_time_token',
|
||||
full_name='spotify.login5.v3.LoginRequest.one_time_token',
|
||||
name="one_time_token",
|
||||
full_name="spotify.login5.v3.LoginRequest.one_time_token",
|
||||
index=7,
|
||||
number=104,
|
||||
type=11,
|
||||
@@ -497,10 +533,11 @@ _LOGINREQUEST = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='parent_child_credential',
|
||||
full_name='spotify.login5.v3.LoginRequest.parent_child_credential',
|
||||
name="parent_child_credential",
|
||||
full_name="spotify.login5.v3.LoginRequest.parent_child_credential",
|
||||
index=8,
|
||||
number=105,
|
||||
type=11,
|
||||
@@ -515,10 +552,11 @@ _LOGINREQUEST = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='apple_sign_in_credential',
|
||||
full_name='spotify.login5.v3.LoginRequest.apple_sign_in_credential',
|
||||
name="apple_sign_in_credential",
|
||||
full_name="spotify.login5.v3.LoginRequest.apple_sign_in_credential",
|
||||
index=9,
|
||||
number=106,
|
||||
type=11,
|
||||
@@ -533,14 +571,15 @@ _LOGINREQUEST = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=739,
|
||||
@@ -548,23 +587,23 @@ _LOGINREQUEST = _descriptor.Descriptor(
|
||||
)
|
||||
|
||||
_LOGINOK = _descriptor.Descriptor(
|
||||
name='LoginOk',
|
||||
full_name='spotify.login5.v3.LoginOk',
|
||||
name="LoginOk",
|
||||
full_name="spotify.login5.v3.LoginOk",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='username',
|
||||
full_name='spotify.login5.v3.LoginOk.username',
|
||||
name="username",
|
||||
full_name="spotify.login5.v3.LoginOk.username",
|
||||
index=0,
|
||||
number=1,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -572,17 +611,18 @@ _LOGINOK = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='access_token',
|
||||
full_name='spotify.login5.v3.LoginOk.access_token',
|
||||
name="access_token",
|
||||
full_name="spotify.login5.v3.LoginOk.access_token",
|
||||
index=1,
|
||||
number=2,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -590,10 +630,11 @@ _LOGINOK = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='stored_credential',
|
||||
full_name='spotify.login5.v3.LoginOk.stored_credential',
|
||||
name="stored_credential",
|
||||
full_name="spotify.login5.v3.LoginOk.stored_credential",
|
||||
index=2,
|
||||
number=3,
|
||||
type=12,
|
||||
@@ -608,10 +649,11 @@ _LOGINOK = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='access_token_expires_in',
|
||||
full_name='spotify.login5.v3.LoginOk.access_token_expires_in',
|
||||
name="access_token_expires_in",
|
||||
full_name="spotify.login5.v3.LoginOk.access_token_expires_in",
|
||||
index=3,
|
||||
number=4,
|
||||
type=5,
|
||||
@@ -626,14 +668,15 @@ _LOGINOK = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=1426,
|
||||
@@ -641,16 +684,16 @@ _LOGINOK = _descriptor.Descriptor(
|
||||
)
|
||||
|
||||
_LOGINRESPONSE = _descriptor.Descriptor(
|
||||
name='LoginResponse',
|
||||
full_name='spotify.login5.v3.LoginResponse',
|
||||
name="LoginResponse",
|
||||
full_name="spotify.login5.v3.LoginResponse",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='ok',
|
||||
full_name='spotify.login5.v3.LoginResponse.ok',
|
||||
name="ok",
|
||||
full_name="spotify.login5.v3.LoginResponse.ok",
|
||||
index=0,
|
||||
number=1,
|
||||
type=11,
|
||||
@@ -665,10 +708,11 @@ _LOGINRESPONSE = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='error',
|
||||
full_name='spotify.login5.v3.LoginResponse.error',
|
||||
name="error",
|
||||
full_name="spotify.login5.v3.LoginResponse.error",
|
||||
index=1,
|
||||
number=2,
|
||||
type=14,
|
||||
@@ -683,10 +727,11 @@ _LOGINRESPONSE = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='challenges',
|
||||
full_name='spotify.login5.v3.LoginResponse.challenges',
|
||||
name="challenges",
|
||||
full_name="spotify.login5.v3.LoginResponse.challenges",
|
||||
index=2,
|
||||
number=3,
|
||||
type=11,
|
||||
@@ -701,10 +746,11 @@ _LOGINRESPONSE = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='warnings',
|
||||
full_name='spotify.login5.v3.LoginResponse.warnings',
|
||||
name="warnings",
|
||||
full_name="spotify.login5.v3.LoginResponse.warnings",
|
||||
index=3,
|
||||
number=4,
|
||||
type=14,
|
||||
@@ -719,10 +765,11 @@ _LOGINRESPONSE = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='login_context',
|
||||
full_name='spotify.login5.v3.LoginResponse.login_context',
|
||||
name="login_context",
|
||||
full_name="spotify.login5.v3.LoginResponse.login_context",
|
||||
index=4,
|
||||
number=5,
|
||||
type=12,
|
||||
@@ -737,17 +784,18 @@ _LOGINRESPONSE = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='identifier_token',
|
||||
full_name='spotify.login5.v3.LoginResponse.identifier_token',
|
||||
name="identifier_token",
|
||||
full_name="spotify.login5.v3.LoginResponse.identifier_token",
|
||||
index=5,
|
||||
number=6,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -755,10 +803,11 @@ _LOGINRESPONSE = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='user_info',
|
||||
full_name='spotify.login5.v3.LoginResponse.user_info',
|
||||
name="user_info",
|
||||
full_name="spotify.login5.v3.LoginResponse.user_info",
|
||||
index=6,
|
||||
number=7,
|
||||
type=11,
|
||||
@@ -773,7 +822,8 @@ _LOGINRESPONSE = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
@@ -782,127 +832,163 @@ _LOGINRESPONSE = _descriptor.Descriptor(
|
||||
],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=1538,
|
||||
serialized_end=1914,
|
||||
)
|
||||
|
||||
_CHALLENGES.fields_by_name['challenges'].message_type = _CHALLENGE
|
||||
_CHALLENGES.fields_by_name["challenges"].message_type = _CHALLENGE
|
||||
_CHALLENGE.fields_by_name[
|
||||
'hashcash'].message_type = spotify_dot_login5_dot_v3_dot_challenges_dot_hashcash__pb2._HASHCASHCHALLENGE
|
||||
"hashcash"
|
||||
].message_type = (
|
||||
spotify_dot_login5_dot_v3_dot_challenges_dot_hashcash__pb2._HASHCASHCHALLENGE
|
||||
)
|
||||
_CHALLENGE.fields_by_name[
|
||||
'code'].message_type = spotify_dot_login5_dot_v3_dot_challenges_dot_code__pb2._CODECHALLENGE
|
||||
_CHALLENGESOLUTIONS.fields_by_name[
|
||||
'solutions'].message_type = _CHALLENGESOLUTION
|
||||
"code"
|
||||
].message_type = spotify_dot_login5_dot_v3_dot_challenges_dot_code__pb2._CODECHALLENGE
|
||||
_CHALLENGESOLUTIONS.fields_by_name["solutions"].message_type = _CHALLENGESOLUTION
|
||||
_CHALLENGESOLUTION.fields_by_name[
|
||||
'hashcash'].message_type = spotify_dot_login5_dot_v3_dot_challenges_dot_hashcash__pb2._HASHCASHSOLUTION
|
||||
"hashcash"
|
||||
].message_type = (
|
||||
spotify_dot_login5_dot_v3_dot_challenges_dot_hashcash__pb2._HASHCASHSOLUTION
|
||||
)
|
||||
_CHALLENGESOLUTION.fields_by_name[
|
||||
'code'].message_type = spotify_dot_login5_dot_v3_dot_challenges_dot_code__pb2._CODESOLUTION
|
||||
"code"
|
||||
].message_type = spotify_dot_login5_dot_v3_dot_challenges_dot_code__pb2._CODESOLUTION
|
||||
_LOGINREQUEST.fields_by_name[
|
||||
'client_info'].message_type = spotify_dot_login5_dot_v3_dot_client__info__pb2._CLIENTINFO
|
||||
"client_info"
|
||||
].message_type = spotify_dot_login5_dot_v3_dot_client__info__pb2._CLIENTINFO
|
||||
_LOGINREQUEST.fields_by_name["challenge_solutions"].message_type = _CHALLENGESOLUTIONS
|
||||
_LOGINREQUEST.fields_by_name[
|
||||
'challenge_solutions'].message_type = _CHALLENGESOLUTIONS
|
||||
"stored_credential"
|
||||
].message_type = (
|
||||
spotify_dot_login5_dot_v3_dot_credentials_dot_credentials__pb2._STOREDCREDENTIAL
|
||||
)
|
||||
_LOGINREQUEST.fields_by_name[
|
||||
'stored_credential'].message_type = spotify_dot_login5_dot_v3_dot_credentials_dot_credentials__pb2._STOREDCREDENTIAL
|
||||
"password"
|
||||
].message_type = (
|
||||
spotify_dot_login5_dot_v3_dot_credentials_dot_credentials__pb2._PASSWORD
|
||||
)
|
||||
_LOGINREQUEST.fields_by_name[
|
||||
'password'].message_type = spotify_dot_login5_dot_v3_dot_credentials_dot_credentials__pb2._PASSWORD
|
||||
"facebook_access_token"
|
||||
].message_type = (
|
||||
spotify_dot_login5_dot_v3_dot_credentials_dot_credentials__pb2._FACEBOOKACCESSTOKEN
|
||||
)
|
||||
_LOGINREQUEST.fields_by_name[
|
||||
'facebook_access_token'].message_type = spotify_dot_login5_dot_v3_dot_credentials_dot_credentials__pb2._FACEBOOKACCESSTOKEN
|
||||
"phone_number"
|
||||
].message_type = (
|
||||
spotify_dot_login5_dot_v3_dot_identifiers_dot_identifiers__pb2._PHONENUMBER
|
||||
)
|
||||
_LOGINREQUEST.fields_by_name[
|
||||
'phone_number'].message_type = spotify_dot_login5_dot_v3_dot_identifiers_dot_identifiers__pb2._PHONENUMBER
|
||||
"one_time_token"
|
||||
].message_type = (
|
||||
spotify_dot_login5_dot_v3_dot_credentials_dot_credentials__pb2._ONETIMETOKEN
|
||||
)
|
||||
_LOGINREQUEST.fields_by_name[
|
||||
'one_time_token'].message_type = spotify_dot_login5_dot_v3_dot_credentials_dot_credentials__pb2._ONETIMETOKEN
|
||||
"parent_child_credential"
|
||||
].message_type = (
|
||||
spotify_dot_login5_dot_v3_dot_credentials_dot_credentials__pb2._PARENTCHILDCREDENTIAL
|
||||
)
|
||||
_LOGINREQUEST.fields_by_name[
|
||||
'parent_child_credential'].message_type = spotify_dot_login5_dot_v3_dot_credentials_dot_credentials__pb2._PARENTCHILDCREDENTIAL
|
||||
_LOGINREQUEST.fields_by_name[
|
||||
'apple_sign_in_credential'].message_type = spotify_dot_login5_dot_v3_dot_credentials_dot_credentials__pb2._APPLESIGNINCREDENTIAL
|
||||
_LOGINRESPONSE.fields_by_name['ok'].message_type = _LOGINOK
|
||||
_LOGINRESPONSE.fields_by_name['error'].enum_type = _LOGINERROR
|
||||
_LOGINRESPONSE.fields_by_name['challenges'].message_type = _CHALLENGES
|
||||
_LOGINRESPONSE.fields_by_name['warnings'].enum_type = _LOGINRESPONSE_WARNINGS
|
||||
"apple_sign_in_credential"
|
||||
].message_type = (
|
||||
spotify_dot_login5_dot_v3_dot_credentials_dot_credentials__pb2._APPLESIGNINCREDENTIAL
|
||||
)
|
||||
_LOGINRESPONSE.fields_by_name["ok"].message_type = _LOGINOK
|
||||
_LOGINRESPONSE.fields_by_name["error"].enum_type = _LOGINERROR
|
||||
_LOGINRESPONSE.fields_by_name["challenges"].message_type = _CHALLENGES
|
||||
_LOGINRESPONSE.fields_by_name["warnings"].enum_type = _LOGINRESPONSE_WARNINGS
|
||||
_LOGINRESPONSE.fields_by_name[
|
||||
'user_info'].message_type = spotify_dot_login5_dot_v3_dot_user__info__pb2._USERINFO
|
||||
"user_info"
|
||||
].message_type = spotify_dot_login5_dot_v3_dot_user__info__pb2._USERINFO
|
||||
_LOGINRESPONSE_WARNINGS.containing_type = _LOGINRESPONSE
|
||||
DESCRIPTOR.message_types_by_name['Challenges'] = _CHALLENGES
|
||||
DESCRIPTOR.message_types_by_name['Challenge'] = _CHALLENGE
|
||||
DESCRIPTOR.message_types_by_name['ChallengeSolutions'] = _CHALLENGESOLUTIONS
|
||||
DESCRIPTOR.message_types_by_name['ChallengeSolution'] = _CHALLENGESOLUTION
|
||||
DESCRIPTOR.message_types_by_name['LoginRequest'] = _LOGINREQUEST
|
||||
DESCRIPTOR.message_types_by_name['LoginOk'] = _LOGINOK
|
||||
DESCRIPTOR.message_types_by_name['LoginResponse'] = _LOGINRESPONSE
|
||||
DESCRIPTOR.enum_types_by_name['LoginError'] = _LOGINERROR
|
||||
DESCRIPTOR.message_types_by_name["Challenges"] = _CHALLENGES
|
||||
DESCRIPTOR.message_types_by_name["Challenge"] = _CHALLENGE
|
||||
DESCRIPTOR.message_types_by_name["ChallengeSolutions"] = _CHALLENGESOLUTIONS
|
||||
DESCRIPTOR.message_types_by_name["ChallengeSolution"] = _CHALLENGESOLUTION
|
||||
DESCRIPTOR.message_types_by_name["LoginRequest"] = _LOGINREQUEST
|
||||
DESCRIPTOR.message_types_by_name["LoginOk"] = _LOGINOK
|
||||
DESCRIPTOR.message_types_by_name["LoginResponse"] = _LOGINRESPONSE
|
||||
DESCRIPTOR.enum_types_by_name["LoginError"] = _LOGINERROR
|
||||
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
||||
|
||||
Challenges = _reflection.GeneratedProtocolMessageType(
|
||||
'Challenges',
|
||||
(_message.Message, ),
|
||||
"Challenges",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _CHALLENGES,
|
||||
'__module__': 'spotify.login5.v3.login5_pb2'
|
||||
"DESCRIPTOR": _CHALLENGES,
|
||||
"__module__": "spotify.login5.v3.login5_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.Challenges)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(Challenges)
|
||||
|
||||
Challenge = _reflection.GeneratedProtocolMessageType(
|
||||
'Challenge',
|
||||
(_message.Message, ),
|
||||
"Challenge",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _CHALLENGE,
|
||||
'__module__': 'spotify.login5.v3.login5_pb2'
|
||||
"DESCRIPTOR": _CHALLENGE,
|
||||
"__module__": "spotify.login5.v3.login5_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.Challenge)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(Challenge)
|
||||
|
||||
ChallengeSolutions = _reflection.GeneratedProtocolMessageType(
|
||||
'ChallengeSolutions',
|
||||
(_message.Message, ),
|
||||
"ChallengeSolutions",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _CHALLENGESOLUTIONS,
|
||||
'__module__': 'spotify.login5.v3.login5_pb2'
|
||||
"DESCRIPTOR": _CHALLENGESOLUTIONS,
|
||||
"__module__": "spotify.login5.v3.login5_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.ChallengeSolutions)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(ChallengeSolutions)
|
||||
|
||||
ChallengeSolution = _reflection.GeneratedProtocolMessageType(
|
||||
'ChallengeSolution',
|
||||
(_message.Message, ),
|
||||
"ChallengeSolution",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _CHALLENGESOLUTION,
|
||||
'__module__': 'spotify.login5.v3.login5_pb2'
|
||||
"DESCRIPTOR": _CHALLENGESOLUTION,
|
||||
"__module__": "spotify.login5.v3.login5_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.ChallengeSolution)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(ChallengeSolution)
|
||||
|
||||
LoginRequest = _reflection.GeneratedProtocolMessageType(
|
||||
'LoginRequest',
|
||||
(_message.Message, ),
|
||||
"LoginRequest",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _LOGINREQUEST,
|
||||
'__module__': 'spotify.login5.v3.login5_pb2'
|
||||
"DESCRIPTOR": _LOGINREQUEST,
|
||||
"__module__": "spotify.login5.v3.login5_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.LoginRequest)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(LoginRequest)
|
||||
|
||||
LoginOk = _reflection.GeneratedProtocolMessageType(
|
||||
'LoginOk',
|
||||
(_message.Message, ),
|
||||
"LoginOk",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _LOGINOK,
|
||||
'__module__': 'spotify.login5.v3.login5_pb2'
|
||||
"DESCRIPTOR": _LOGINOK,
|
||||
"__module__": "spotify.login5.v3.login5_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.LoginOk)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(LoginOk)
|
||||
|
||||
LoginResponse = _reflection.GeneratedProtocolMessageType(
|
||||
'LoginResponse',
|
||||
(_message.Message, ),
|
||||
"LoginResponse",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _LOGINRESPONSE,
|
||||
'__module__': 'spotify.login5.v3.login5_pb2'
|
||||
"DESCRIPTOR": _LOGINRESPONSE,
|
||||
"__module__": "spotify.login5.v3.login5_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.LoginResponse)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(LoginResponse)
|
||||
|
||||
DESCRIPTOR._options = None
|
||||
|
||||
@@ -6,54 +6,59 @@ from google.protobuf import descriptor as _descriptor
|
||||
from google.protobuf import message as _message
|
||||
from google.protobuf import reflection as _reflection
|
||||
from google.protobuf import symbol_database as _symbol_database
|
||||
|
||||
# @@protoc_insertion_point(imports)
|
||||
|
||||
_sym_db = _symbol_database.Default()
|
||||
|
||||
DESCRIPTOR = _descriptor.FileDescriptor(
|
||||
name='spotify/login5/v3/user_info.proto',
|
||||
package='spotify.login5.v3',
|
||||
syntax='proto3',
|
||||
serialized_options=b'\n\024com.spotify.login5v3',
|
||||
name="spotify/login5/v3/user_info.proto",
|
||||
package="spotify.login5.v3",
|
||||
syntax="proto3",
|
||||
serialized_options=b"\n\024com.spotify.login5v3",
|
||||
create_key=_descriptor._internal_create_key,
|
||||
serialized_pb=b'\n!spotify/login5/v3/user_info.proto\x12\x11spotify.login5.v3\"\x97\x02\n\x08UserInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05\x65mail\x18\x02 \x01(\t\x12\x16\n\x0e\x65mail_verified\x18\x03 \x01(\x08\x12\x11\n\tbirthdate\x18\x04 \x01(\t\x12\x32\n\x06gender\x18\x05 \x01(\x0e\x32\".spotify.login5.v3.UserInfo.Gender\x12\x14\n\x0cphone_number\x18\x06 \x01(\t\x12\x1d\n\x15phone_number_verified\x18\x07 \x01(\x08\x12 \n\x18\x65mail_already_registered\x18\x08 \x01(\x08\"8\n\x06Gender\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x08\n\x04MALE\x10\x01\x12\n\n\x06\x46\x45MALE\x10\x02\x12\x0b\n\x07NEUTRAL\x10\x03\x42\x16\n\x14\x63om.spotify.login5v3b\x06proto3'
|
||||
serialized_pb=b'\n!spotify/login5/v3/user_info.proto\x12\x11spotify.login5.v3"\x97\x02\n\x08UserInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05\x65mail\x18\x02 \x01(\t\x12\x16\n\x0e\x65mail_verified\x18\x03 \x01(\x08\x12\x11\n\tbirthdate\x18\x04 \x01(\t\x12\x32\n\x06gender\x18\x05 \x01(\x0e\x32".spotify.login5.v3.UserInfo.Gender\x12\x14\n\x0cphone_number\x18\x06 \x01(\t\x12\x1d\n\x15phone_number_verified\x18\x07 \x01(\x08\x12 \n\x18\x65mail_already_registered\x18\x08 \x01(\x08"8\n\x06Gender\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x08\n\x04MALE\x10\x01\x12\n\n\x06\x46\x45MALE\x10\x02\x12\x0b\n\x07NEUTRAL\x10\x03\x42\x16\n\x14\x63om.spotify.login5v3b\x06proto3',
|
||||
)
|
||||
|
||||
_USERINFO_GENDER = _descriptor.EnumDescriptor(
|
||||
name='Gender',
|
||||
full_name='spotify.login5.v3.UserInfo.Gender',
|
||||
name="Gender",
|
||||
full_name="spotify.login5.v3.UserInfo.Gender",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
values=[
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='UNKNOWN',
|
||||
name="UNKNOWN",
|
||||
index=0,
|
||||
number=0,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='MALE',
|
||||
name="MALE",
|
||||
index=1,
|
||||
number=1,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='FEMALE',
|
||||
name="FEMALE",
|
||||
index=2,
|
||||
number=2,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='NEUTRAL',
|
||||
name="NEUTRAL",
|
||||
index=3,
|
||||
number=3,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
containing_type=None,
|
||||
serialized_options=None,
|
||||
@@ -63,23 +68,23 @@ _USERINFO_GENDER = _descriptor.EnumDescriptor(
|
||||
_sym_db.RegisterEnumDescriptor(_USERINFO_GENDER)
|
||||
|
||||
_USERINFO = _descriptor.Descriptor(
|
||||
name='UserInfo',
|
||||
full_name='spotify.login5.v3.UserInfo',
|
||||
name="UserInfo",
|
||||
full_name="spotify.login5.v3.UserInfo",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='name',
|
||||
full_name='spotify.login5.v3.UserInfo.name',
|
||||
name="name",
|
||||
full_name="spotify.login5.v3.UserInfo.name",
|
||||
index=0,
|
||||
number=1,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -87,17 +92,18 @@ _USERINFO = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='email',
|
||||
full_name='spotify.login5.v3.UserInfo.email',
|
||||
name="email",
|
||||
full_name="spotify.login5.v3.UserInfo.email",
|
||||
index=1,
|
||||
number=2,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -105,10 +111,11 @@ _USERINFO = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='email_verified',
|
||||
full_name='spotify.login5.v3.UserInfo.email_verified',
|
||||
name="email_verified",
|
||||
full_name="spotify.login5.v3.UserInfo.email_verified",
|
||||
index=2,
|
||||
number=3,
|
||||
type=8,
|
||||
@@ -123,17 +130,18 @@ _USERINFO = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='birthdate',
|
||||
full_name='spotify.login5.v3.UserInfo.birthdate',
|
||||
name="birthdate",
|
||||
full_name="spotify.login5.v3.UserInfo.birthdate",
|
||||
index=3,
|
||||
number=4,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -141,10 +149,11 @@ _USERINFO = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='gender',
|
||||
full_name='spotify.login5.v3.UserInfo.gender',
|
||||
name="gender",
|
||||
full_name="spotify.login5.v3.UserInfo.gender",
|
||||
index=4,
|
||||
number=5,
|
||||
type=14,
|
||||
@@ -159,17 +168,18 @@ _USERINFO = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='phone_number',
|
||||
full_name='spotify.login5.v3.UserInfo.phone_number',
|
||||
name="phone_number",
|
||||
full_name="spotify.login5.v3.UserInfo.phone_number",
|
||||
index=5,
|
||||
number=6,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -177,10 +187,11 @@ _USERINFO = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='phone_number_verified',
|
||||
full_name='spotify.login5.v3.UserInfo.phone_number_verified',
|
||||
name="phone_number_verified",
|
||||
full_name="spotify.login5.v3.UserInfo.phone_number_verified",
|
||||
index=6,
|
||||
number=7,
|
||||
type=8,
|
||||
@@ -195,10 +206,11 @@ _USERINFO = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='email_already_registered',
|
||||
full_name='spotify.login5.v3.UserInfo.email_already_registered',
|
||||
name="email_already_registered",
|
||||
full_name="spotify.login5.v3.UserInfo.email_already_registered",
|
||||
index=7,
|
||||
number=8,
|
||||
type=8,
|
||||
@@ -213,7 +225,8 @@ _USERINFO = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
@@ -222,26 +235,27 @@ _USERINFO = _descriptor.Descriptor(
|
||||
],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=57,
|
||||
serialized_end=336,
|
||||
)
|
||||
|
||||
_USERINFO.fields_by_name['gender'].enum_type = _USERINFO_GENDER
|
||||
_USERINFO.fields_by_name["gender"].enum_type = _USERINFO_GENDER
|
||||
_USERINFO_GENDER.containing_type = _USERINFO
|
||||
DESCRIPTOR.message_types_by_name['UserInfo'] = _USERINFO
|
||||
DESCRIPTOR.message_types_by_name["UserInfo"] = _USERINFO
|
||||
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
||||
|
||||
UserInfo = _reflection.GeneratedProtocolMessageType(
|
||||
'UserInfo',
|
||||
(_message.Message, ),
|
||||
"UserInfo",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _USERINFO,
|
||||
'__module__': 'spotify.login5.v3.user_info_pb2'
|
||||
"DESCRIPTOR": _USERINFO,
|
||||
"__module__": "spotify.login5.v3.user_info_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.UserInfo)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(UserInfo)
|
||||
|
||||
DESCRIPTOR._options = None
|
||||
|
||||
@@ -6,40 +6,43 @@ from google.protobuf import descriptor as _descriptor
|
||||
from google.protobuf import message as _message
|
||||
from google.protobuf import reflection as _reflection
|
||||
from google.protobuf import symbol_database as _symbol_database
|
||||
|
||||
# @@protoc_insertion_point(imports)
|
||||
|
||||
_sym_db = _symbol_database.Default()
|
||||
|
||||
DESCRIPTOR = _descriptor.FileDescriptor(
|
||||
name='spotify/login5/v3/challenges/code.proto',
|
||||
package='spotify.login5.v3.challenges',
|
||||
syntax='proto3',
|
||||
serialized_options=b'\n\024com.spotify.login5v3',
|
||||
name="spotify/login5/v3/challenges/code.proto",
|
||||
package="spotify.login5.v3.challenges",
|
||||
syntax="proto3",
|
||||
serialized_options=b"\n\024com.spotify.login5v3",
|
||||
create_key=_descriptor._internal_create_key,
|
||||
serialized_pb=b'\n\'spotify/login5/v3/challenges/code.proto\x12\x1cspotify.login5.v3.challenges\"\xbc\x01\n\rCodeChallenge\x12\x42\n\x06method\x18\x01 \x01(\x0e\x32\x32.spotify.login5.v3.challenges.CodeChallenge.Method\x12\x13\n\x0b\x63ode_length\x18\x02 \x01(\x05\x12\x12\n\nexpires_in\x18\x03 \x01(\x05\x12\x1e\n\x16\x63\x61nonical_phone_number\x18\x04 \x01(\t\"\x1e\n\x06Method\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03SMS\x10\x01\"\x1c\n\x0c\x43odeSolution\x12\x0c\n\x04\x63ode\x18\x01 \x01(\tB\x16\n\x14\x63om.spotify.login5v3b\x06proto3'
|
||||
serialized_pb=b'\n\'spotify/login5/v3/challenges/code.proto\x12\x1cspotify.login5.v3.challenges"\xbc\x01\n\rCodeChallenge\x12\x42\n\x06method\x18\x01 \x01(\x0e\x32\x32.spotify.login5.v3.challenges.CodeChallenge.Method\x12\x13\n\x0b\x63ode_length\x18\x02 \x01(\x05\x12\x12\n\nexpires_in\x18\x03 \x01(\x05\x12\x1e\n\x16\x63\x61nonical_phone_number\x18\x04 \x01(\t"\x1e\n\x06Method\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03SMS\x10\x01"\x1c\n\x0c\x43odeSolution\x12\x0c\n\x04\x63ode\x18\x01 \x01(\tB\x16\n\x14\x63om.spotify.login5v3b\x06proto3',
|
||||
)
|
||||
|
||||
_CODECHALLENGE_METHOD = _descriptor.EnumDescriptor(
|
||||
name='Method',
|
||||
full_name='spotify.login5.v3.challenges.CodeChallenge.Method',
|
||||
name="Method",
|
||||
full_name="spotify.login5.v3.challenges.CodeChallenge.Method",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
values=[
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='UNKNOWN',
|
||||
name="UNKNOWN",
|
||||
index=0,
|
||||
number=0,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.EnumValueDescriptor(
|
||||
name='SMS',
|
||||
name="SMS",
|
||||
index=1,
|
||||
number=1,
|
||||
serialized_options=None,
|
||||
type=None,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
containing_type=None,
|
||||
serialized_options=None,
|
||||
@@ -49,16 +52,16 @@ _CODECHALLENGE_METHOD = _descriptor.EnumDescriptor(
|
||||
_sym_db.RegisterEnumDescriptor(_CODECHALLENGE_METHOD)
|
||||
|
||||
_CODECHALLENGE = _descriptor.Descriptor(
|
||||
name='CodeChallenge',
|
||||
full_name='spotify.login5.v3.challenges.CodeChallenge',
|
||||
name="CodeChallenge",
|
||||
full_name="spotify.login5.v3.challenges.CodeChallenge",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='method',
|
||||
full_name='spotify.login5.v3.challenges.CodeChallenge.method',
|
||||
name="method",
|
||||
full_name="spotify.login5.v3.challenges.CodeChallenge.method",
|
||||
index=0,
|
||||
number=1,
|
||||
type=14,
|
||||
@@ -73,10 +76,11 @@ _CODECHALLENGE = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='code_length',
|
||||
full_name='spotify.login5.v3.challenges.CodeChallenge.code_length',
|
||||
name="code_length",
|
||||
full_name="spotify.login5.v3.challenges.CodeChallenge.code_length",
|
||||
index=1,
|
||||
number=2,
|
||||
type=5,
|
||||
@@ -91,10 +95,11 @@ _CODECHALLENGE = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='expires_in',
|
||||
full_name='spotify.login5.v3.challenges.CodeChallenge.expires_in',
|
||||
name="expires_in",
|
||||
full_name="spotify.login5.v3.challenges.CodeChallenge.expires_in",
|
||||
index=2,
|
||||
number=3,
|
||||
type=5,
|
||||
@@ -109,17 +114,18 @@ _CODECHALLENGE = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='canonical_phone_number',
|
||||
full_name='spotify.login5.v3.challenges.CodeChallenge.canonical_phone_number',
|
||||
name="canonical_phone_number",
|
||||
full_name="spotify.login5.v3.challenges.CodeChallenge.canonical_phone_number",
|
||||
index=3,
|
||||
number=4,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -127,7 +133,8 @@ _CODECHALLENGE = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
@@ -136,7 +143,7 @@ _CODECHALLENGE = _descriptor.Descriptor(
|
||||
],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=74,
|
||||
@@ -144,23 +151,23 @@ _CODECHALLENGE = _descriptor.Descriptor(
|
||||
)
|
||||
|
||||
_CODESOLUTION = _descriptor.Descriptor(
|
||||
name='CodeSolution',
|
||||
full_name='spotify.login5.v3.challenges.CodeSolution',
|
||||
name="CodeSolution",
|
||||
full_name="spotify.login5.v3.challenges.CodeSolution",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='code',
|
||||
full_name='spotify.login5.v3.challenges.CodeSolution.code',
|
||||
name="code",
|
||||
full_name="spotify.login5.v3.challenges.CodeSolution.code",
|
||||
index=0,
|
||||
number=1,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -168,44 +175,47 @@ _CODESOLUTION = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=264,
|
||||
serialized_end=292,
|
||||
)
|
||||
|
||||
_CODECHALLENGE.fields_by_name['method'].enum_type = _CODECHALLENGE_METHOD
|
||||
_CODECHALLENGE.fields_by_name["method"].enum_type = _CODECHALLENGE_METHOD
|
||||
_CODECHALLENGE_METHOD.containing_type = _CODECHALLENGE
|
||||
DESCRIPTOR.message_types_by_name['CodeChallenge'] = _CODECHALLENGE
|
||||
DESCRIPTOR.message_types_by_name['CodeSolution'] = _CODESOLUTION
|
||||
DESCRIPTOR.message_types_by_name["CodeChallenge"] = _CODECHALLENGE
|
||||
DESCRIPTOR.message_types_by_name["CodeSolution"] = _CODESOLUTION
|
||||
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
||||
|
||||
CodeChallenge = _reflection.GeneratedProtocolMessageType(
|
||||
'CodeChallenge',
|
||||
(_message.Message, ),
|
||||
"CodeChallenge",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _CODECHALLENGE,
|
||||
'__module__': 'spotify.login5.v3.challenges.code_pb2'
|
||||
"DESCRIPTOR": _CODECHALLENGE,
|
||||
"__module__": "spotify.login5.v3.challenges.code_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.challenges.CodeChallenge)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(CodeChallenge)
|
||||
|
||||
CodeSolution = _reflection.GeneratedProtocolMessageType(
|
||||
'CodeSolution',
|
||||
(_message.Message, ),
|
||||
"CodeSolution",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _CODESOLUTION,
|
||||
'__module__': 'spotify.login5.v3.challenges.code_pb2'
|
||||
"DESCRIPTOR": _CODESOLUTION,
|
||||
"__module__": "spotify.login5.v3.challenges.code_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.challenges.CodeSolution)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(CodeSolution)
|
||||
|
||||
DESCRIPTOR._options = None
|
||||
|
||||
@@ -7,33 +7,35 @@ from google.protobuf import descriptor as _descriptor
|
||||
from google.protobuf import message as _message
|
||||
from google.protobuf import reflection as _reflection
|
||||
from google.protobuf import symbol_database as _symbol_database
|
||||
|
||||
# @@protoc_insertion_point(imports)
|
||||
|
||||
_sym_db = _symbol_database.Default()
|
||||
|
||||
|
||||
DESCRIPTOR = _descriptor.FileDescriptor(
|
||||
name='spotify/login5/v3/challenges/hashcash.proto',
|
||||
package='spotify.login5.v3.challenges',
|
||||
syntax='proto3',
|
||||
serialized_options=b'\n\024com.spotify.login5v3',
|
||||
name="spotify/login5/v3/challenges/hashcash.proto",
|
||||
package="spotify.login5.v3.challenges",
|
||||
syntax="proto3",
|
||||
serialized_options=b"\n\024com.spotify.login5v3",
|
||||
create_key=_descriptor._internal_create_key,
|
||||
serialized_pb=b'\n+spotify/login5/v3/challenges/hashcash.proto\x12\x1cspotify.login5.v3.challenges\x1a\x1egoogle/protobuf/duration.proto\"3\n\x11HashcashChallenge\x12\x0e\n\x06prefix\x18\x01 \x01(\x0c\x12\x0e\n\x06length\x18\x02 \x01(\x05\"O\n\x10HashcashSolution\x12\x0e\n\x06suffix\x18\x01 \x01(\x0c\x12+\n\x08\x64uration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\x16\n\x14\x63om.spotify.login5v3b\x06proto3',
|
||||
serialized_pb=b'\n+spotify/login5/v3/challenges/hashcash.proto\x12\x1cspotify.login5.v3.challenges\x1a\x1egoogle/protobuf/duration.proto"3\n\x11HashcashChallenge\x12\x0e\n\x06prefix\x18\x01 \x01(\x0c\x12\x0e\n\x06length\x18\x02 \x01(\x05"O\n\x10HashcashSolution\x12\x0e\n\x06suffix\x18\x01 \x01(\x0c\x12+\n\x08\x64uration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\x16\n\x14\x63om.spotify.login5v3b\x06proto3',
|
||||
dependencies=[
|
||||
google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,
|
||||
])
|
||||
],
|
||||
)
|
||||
|
||||
_HASHCASHCHALLENGE = _descriptor.Descriptor(
|
||||
name='HashcashChallenge',
|
||||
full_name='spotify.login5.v3.challenges.HashcashChallenge',
|
||||
name="HashcashChallenge",
|
||||
full_name="spotify.login5.v3.challenges.HashcashChallenge",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='prefix',
|
||||
full_name='spotify.login5.v3.challenges.HashcashChallenge.prefix',
|
||||
name="prefix",
|
||||
full_name="spotify.login5.v3.challenges.HashcashChallenge.prefix",
|
||||
index=0,
|
||||
number=1,
|
||||
type=12,
|
||||
@@ -48,10 +50,11 @@ _HASHCASHCHALLENGE = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='length',
|
||||
full_name='spotify.login5.v3.challenges.HashcashChallenge.length',
|
||||
name="length",
|
||||
full_name="spotify.login5.v3.challenges.HashcashChallenge.length",
|
||||
index=1,
|
||||
number=2,
|
||||
type=5,
|
||||
@@ -66,14 +69,15 @@ _HASHCASHCHALLENGE = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=109,
|
||||
@@ -81,16 +85,16 @@ _HASHCASHCHALLENGE = _descriptor.Descriptor(
|
||||
)
|
||||
|
||||
_HASHCASHSOLUTION = _descriptor.Descriptor(
|
||||
name='HashcashSolution',
|
||||
full_name='spotify.login5.v3.challenges.HashcashSolution',
|
||||
name="HashcashSolution",
|
||||
full_name="spotify.login5.v3.challenges.HashcashSolution",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='suffix',
|
||||
full_name='spotify.login5.v3.challenges.HashcashSolution.suffix',
|
||||
name="suffix",
|
||||
full_name="spotify.login5.v3.challenges.HashcashSolution.suffix",
|
||||
index=0,
|
||||
number=1,
|
||||
type=12,
|
||||
@@ -105,10 +109,11 @@ _HASHCASHSOLUTION = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='duration',
|
||||
full_name='spotify.login5.v3.challenges.HashcashSolution.duration',
|
||||
name="duration",
|
||||
full_name="spotify.login5.v3.challenges.HashcashSolution.duration",
|
||||
index=1,
|
||||
number=2,
|
||||
type=11,
|
||||
@@ -123,14 +128,15 @@ _HASHCASHSOLUTION = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=162,
|
||||
@@ -138,29 +144,32 @@ _HASHCASHSOLUTION = _descriptor.Descriptor(
|
||||
)
|
||||
|
||||
_HASHCASHSOLUTION.fields_by_name[
|
||||
'duration'].message_type = google_dot_protobuf_dot_duration__pb2._DURATION
|
||||
DESCRIPTOR.message_types_by_name['HashcashChallenge'] = _HASHCASHCHALLENGE
|
||||
DESCRIPTOR.message_types_by_name['HashcashSolution'] = _HASHCASHSOLUTION
|
||||
"duration"
|
||||
].message_type = google_dot_protobuf_dot_duration__pb2._DURATION
|
||||
DESCRIPTOR.message_types_by_name["HashcashChallenge"] = _HASHCASHCHALLENGE
|
||||
DESCRIPTOR.message_types_by_name["HashcashSolution"] = _HASHCASHSOLUTION
|
||||
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
||||
|
||||
HashcashChallenge = _reflection.GeneratedProtocolMessageType(
|
||||
'HashcashChallenge',
|
||||
(_message.Message, ),
|
||||
"HashcashChallenge",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _HASHCASHCHALLENGE,
|
||||
'__module__': 'spotify.login5.v3.challenges.hashcash_pb2'
|
||||
"DESCRIPTOR": _HASHCASHCHALLENGE,
|
||||
"__module__": "spotify.login5.v3.challenges.hashcash_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.challenges.HashcashChallenge)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(HashcashChallenge)
|
||||
|
||||
HashcashSolution = _reflection.GeneratedProtocolMessageType(
|
||||
'HashcashSolution',
|
||||
(_message.Message, ),
|
||||
"HashcashSolution",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _HASHCASHSOLUTION,
|
||||
'__module__': 'spotify.login5.v3.challenges.hashcash_pb2'
|
||||
"DESCRIPTOR": _HASHCASHSOLUTION,
|
||||
"__module__": "spotify.login5.v3.challenges.hashcash_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.challenges.HashcashSolution)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(HashcashSolution)
|
||||
|
||||
DESCRIPTOR._options = None
|
||||
|
||||
@@ -6,37 +6,38 @@ from google.protobuf import descriptor as _descriptor
|
||||
from google.protobuf import message as _message
|
||||
from google.protobuf import reflection as _reflection
|
||||
from google.protobuf import symbol_database as _symbol_database
|
||||
|
||||
# @@protoc_insertion_point(imports)
|
||||
|
||||
_sym_db = _symbol_database.Default()
|
||||
|
||||
DESCRIPTOR = _descriptor.FileDescriptor(
|
||||
name='spotify/login5/v3/credentials/credentials.proto',
|
||||
package='spotify.login5.v3.credentials',
|
||||
syntax='proto3',
|
||||
serialized_options=b'\n\024com.spotify.login5v3',
|
||||
name="spotify/login5/v3/credentials/credentials.proto",
|
||||
package="spotify.login5.v3.credentials",
|
||||
syntax="proto3",
|
||||
serialized_options=b"\n\024com.spotify.login5v3",
|
||||
create_key=_descriptor._internal_create_key,
|
||||
serialized_pb=b'\n/spotify/login5/v3/credentials/credentials.proto\x12\x1dspotify.login5.v3.credentials\"2\n\x10StoredCredential\x12\x10\n\x08username\x18\x01 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\"9\n\x08Password\x12\n\n\x02id\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\x12\x0f\n\x07padding\x18\x03 \x01(\x0c\";\n\x13\x46\x61\x63\x65\x62ookAccessToken\x12\x0e\n\x06\x66\x62_uid\x18\x01 \x01(\t\x12\x14\n\x0c\x61\x63\x63\x65ss_token\x18\x02 \x01(\t\"\x1d\n\x0cOneTimeToken\x12\r\n\x05token\x18\x01 \x01(\t\"|\n\x15ParentChildCredential\x12\x10\n\x08\x63hild_id\x18\x01 \x01(\t\x12Q\n\x18parent_stored_credential\x18\x02 \x01(\x0b\x32/.spotify.login5.v3.credentials.StoredCredential\"S\n\x15\x41ppleSignInCredential\x12\x11\n\tauth_code\x18\x01 \x01(\t\x12\x14\n\x0credirect_uri\x18\x02 \x01(\t\x12\x11\n\tbundle_id\x18\x03 \x01(\tB\x16\n\x14\x63om.spotify.login5v3b\x06proto3'
|
||||
serialized_pb=b'\n/spotify/login5/v3/credentials/credentials.proto\x12\x1dspotify.login5.v3.credentials"2\n\x10StoredCredential\x12\x10\n\x08username\x18\x01 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c"9\n\x08Password\x12\n\n\x02id\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\x12\x0f\n\x07padding\x18\x03 \x01(\x0c";\n\x13\x46\x61\x63\x65\x62ookAccessToken\x12\x0e\n\x06\x66\x62_uid\x18\x01 \x01(\t\x12\x14\n\x0c\x61\x63\x63\x65ss_token\x18\x02 \x01(\t"\x1d\n\x0cOneTimeToken\x12\r\n\x05token\x18\x01 \x01(\t"|\n\x15ParentChildCredential\x12\x10\n\x08\x63hild_id\x18\x01 \x01(\t\x12Q\n\x18parent_stored_credential\x18\x02 \x01(\x0b\x32/.spotify.login5.v3.credentials.StoredCredential"S\n\x15\x41ppleSignInCredential\x12\x11\n\tauth_code\x18\x01 \x01(\t\x12\x14\n\x0credirect_uri\x18\x02 \x01(\t\x12\x11\n\tbundle_id\x18\x03 \x01(\tB\x16\n\x14\x63om.spotify.login5v3b\x06proto3',
|
||||
)
|
||||
|
||||
_STOREDCREDENTIAL = _descriptor.Descriptor(
|
||||
name='StoredCredential',
|
||||
full_name='spotify.login5.v3.credentials.StoredCredential',
|
||||
name="StoredCredential",
|
||||
full_name="spotify.login5.v3.credentials.StoredCredential",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='username',
|
||||
full_name='spotify.login5.v3.credentials.StoredCredential.username',
|
||||
name="username",
|
||||
full_name="spotify.login5.v3.credentials.StoredCredential.username",
|
||||
index=0,
|
||||
number=1,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -44,10 +45,11 @@ _STOREDCREDENTIAL = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='data',
|
||||
full_name='spotify.login5.v3.credentials.StoredCredential.data',
|
||||
name="data",
|
||||
full_name="spotify.login5.v3.credentials.StoredCredential.data",
|
||||
index=1,
|
||||
number=2,
|
||||
type=12,
|
||||
@@ -62,14 +64,15 @@ _STOREDCREDENTIAL = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=82,
|
||||
@@ -77,23 +80,23 @@ _STOREDCREDENTIAL = _descriptor.Descriptor(
|
||||
)
|
||||
|
||||
_PASSWORD = _descriptor.Descriptor(
|
||||
name='Password',
|
||||
full_name='spotify.login5.v3.credentials.Password',
|
||||
name="Password",
|
||||
full_name="spotify.login5.v3.credentials.Password",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='id',
|
||||
full_name='spotify.login5.v3.credentials.Password.id',
|
||||
name="id",
|
||||
full_name="spotify.login5.v3.credentials.Password.id",
|
||||
index=0,
|
||||
number=1,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -101,17 +104,18 @@ _PASSWORD = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='password',
|
||||
full_name='spotify.login5.v3.credentials.Password.password',
|
||||
name="password",
|
||||
full_name="spotify.login5.v3.credentials.Password.password",
|
||||
index=1,
|
||||
number=2,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -119,10 +123,11 @@ _PASSWORD = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='padding',
|
||||
full_name='spotify.login5.v3.credentials.Password.padding',
|
||||
name="padding",
|
||||
full_name="spotify.login5.v3.credentials.Password.padding",
|
||||
index=2,
|
||||
number=3,
|
||||
type=12,
|
||||
@@ -137,14 +142,15 @@ _PASSWORD = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=134,
|
||||
@@ -152,23 +158,23 @@ _PASSWORD = _descriptor.Descriptor(
|
||||
)
|
||||
|
||||
_FACEBOOKACCESSTOKEN = _descriptor.Descriptor(
|
||||
name='FacebookAccessToken',
|
||||
full_name='spotify.login5.v3.credentials.FacebookAccessToken',
|
||||
name="FacebookAccessToken",
|
||||
full_name="spotify.login5.v3.credentials.FacebookAccessToken",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='fb_uid',
|
||||
full_name='spotify.login5.v3.credentials.FacebookAccessToken.fb_uid',
|
||||
name="fb_uid",
|
||||
full_name="spotify.login5.v3.credentials.FacebookAccessToken.fb_uid",
|
||||
index=0,
|
||||
number=1,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -176,17 +182,18 @@ _FACEBOOKACCESSTOKEN = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='access_token',
|
||||
full_name='spotify.login5.v3.credentials.FacebookAccessToken.access_token',
|
||||
name="access_token",
|
||||
full_name="spotify.login5.v3.credentials.FacebookAccessToken.access_token",
|
||||
index=1,
|
||||
number=2,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -194,14 +201,15 @@ _FACEBOOKACCESSTOKEN = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=193,
|
||||
@@ -209,23 +217,23 @@ _FACEBOOKACCESSTOKEN = _descriptor.Descriptor(
|
||||
)
|
||||
|
||||
_ONETIMETOKEN = _descriptor.Descriptor(
|
||||
name='OneTimeToken',
|
||||
full_name='spotify.login5.v3.credentials.OneTimeToken',
|
||||
name="OneTimeToken",
|
||||
full_name="spotify.login5.v3.credentials.OneTimeToken",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='token',
|
||||
full_name='spotify.login5.v3.credentials.OneTimeToken.token',
|
||||
name="token",
|
||||
full_name="spotify.login5.v3.credentials.OneTimeToken.token",
|
||||
index=0,
|
||||
number=1,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -233,14 +241,15 @@ _ONETIMETOKEN = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=254,
|
||||
@@ -248,23 +257,23 @@ _ONETIMETOKEN = _descriptor.Descriptor(
|
||||
)
|
||||
|
||||
_PARENTCHILDCREDENTIAL = _descriptor.Descriptor(
|
||||
name='ParentChildCredential',
|
||||
full_name='spotify.login5.v3.credentials.ParentChildCredential',
|
||||
name="ParentChildCredential",
|
||||
full_name="spotify.login5.v3.credentials.ParentChildCredential",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='child_id',
|
||||
full_name='spotify.login5.v3.credentials.ParentChildCredential.child_id',
|
||||
name="child_id",
|
||||
full_name="spotify.login5.v3.credentials.ParentChildCredential.child_id",
|
||||
index=0,
|
||||
number=1,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -272,10 +281,11 @@ _PARENTCHILDCREDENTIAL = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='parent_stored_credential',
|
||||
full_name='spotify.login5.v3.credentials.ParentChildCredential.parent_stored_credential',
|
||||
name="parent_stored_credential",
|
||||
full_name="spotify.login5.v3.credentials.ParentChildCredential.parent_stored_credential",
|
||||
index=1,
|
||||
number=2,
|
||||
type=11,
|
||||
@@ -290,14 +300,15 @@ _PARENTCHILDCREDENTIAL = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=285,
|
||||
@@ -305,23 +316,23 @@ _PARENTCHILDCREDENTIAL = _descriptor.Descriptor(
|
||||
)
|
||||
|
||||
_APPLESIGNINCREDENTIAL = _descriptor.Descriptor(
|
||||
name='AppleSignInCredential',
|
||||
full_name='spotify.login5.v3.credentials.AppleSignInCredential',
|
||||
name="AppleSignInCredential",
|
||||
full_name="spotify.login5.v3.credentials.AppleSignInCredential",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='auth_code',
|
||||
full_name='spotify.login5.v3.credentials.AppleSignInCredential.auth_code',
|
||||
name="auth_code",
|
||||
full_name="spotify.login5.v3.credentials.AppleSignInCredential.auth_code",
|
||||
index=0,
|
||||
number=1,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -329,17 +340,18 @@ _APPLESIGNINCREDENTIAL = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='redirect_uri',
|
||||
full_name='spotify.login5.v3.credentials.AppleSignInCredential.redirect_uri',
|
||||
name="redirect_uri",
|
||||
full_name="spotify.login5.v3.credentials.AppleSignInCredential.redirect_uri",
|
||||
index=1,
|
||||
number=2,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -347,17 +359,18 @@ _APPLESIGNINCREDENTIAL = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='bundle_id',
|
||||
full_name='spotify.login5.v3.credentials.AppleSignInCredential.bundle_id',
|
||||
name="bundle_id",
|
||||
full_name="spotify.login5.v3.credentials.AppleSignInCredential.bundle_id",
|
||||
index=2,
|
||||
number=3,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -365,14 +378,15 @@ _APPLESIGNINCREDENTIAL = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=411,
|
||||
@@ -380,75 +394,80 @@ _APPLESIGNINCREDENTIAL = _descriptor.Descriptor(
|
||||
)
|
||||
|
||||
_PARENTCHILDCREDENTIAL.fields_by_name[
|
||||
'parent_stored_credential'].message_type = _STOREDCREDENTIAL
|
||||
DESCRIPTOR.message_types_by_name['StoredCredential'] = _STOREDCREDENTIAL
|
||||
DESCRIPTOR.message_types_by_name['Password'] = _PASSWORD
|
||||
DESCRIPTOR.message_types_by_name['FacebookAccessToken'] = _FACEBOOKACCESSTOKEN
|
||||
DESCRIPTOR.message_types_by_name['OneTimeToken'] = _ONETIMETOKEN
|
||||
DESCRIPTOR.message_types_by_name[
|
||||
'ParentChildCredential'] = _PARENTCHILDCREDENTIAL
|
||||
DESCRIPTOR.message_types_by_name[
|
||||
'AppleSignInCredential'] = _APPLESIGNINCREDENTIAL
|
||||
"parent_stored_credential"
|
||||
].message_type = _STOREDCREDENTIAL
|
||||
DESCRIPTOR.message_types_by_name["StoredCredential"] = _STOREDCREDENTIAL
|
||||
DESCRIPTOR.message_types_by_name["Password"] = _PASSWORD
|
||||
DESCRIPTOR.message_types_by_name["FacebookAccessToken"] = _FACEBOOKACCESSTOKEN
|
||||
DESCRIPTOR.message_types_by_name["OneTimeToken"] = _ONETIMETOKEN
|
||||
DESCRIPTOR.message_types_by_name["ParentChildCredential"] = _PARENTCHILDCREDENTIAL
|
||||
DESCRIPTOR.message_types_by_name["AppleSignInCredential"] = _APPLESIGNINCREDENTIAL
|
||||
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
||||
|
||||
StoredCredential = _reflection.GeneratedProtocolMessageType(
|
||||
'StoredCredential',
|
||||
(_message.Message, ),
|
||||
"StoredCredential",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _STOREDCREDENTIAL,
|
||||
'__module__': 'spotify.login5.v3.credentials.credentials_pb2'
|
||||
"DESCRIPTOR": _STOREDCREDENTIAL,
|
||||
"__module__": "spotify.login5.v3.credentials.credentials_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.credentials.StoredCredential)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(StoredCredential)
|
||||
|
||||
Password = _reflection.GeneratedProtocolMessageType(
|
||||
'Password',
|
||||
(_message.Message, ),
|
||||
"Password",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _PASSWORD,
|
||||
'__module__': 'spotify.login5.v3.credentials.credentials_pb2'
|
||||
"DESCRIPTOR": _PASSWORD,
|
||||
"__module__": "spotify.login5.v3.credentials.credentials_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.credentials.Password)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(Password)
|
||||
|
||||
FacebookAccessToken = _reflection.GeneratedProtocolMessageType(
|
||||
'FacebookAccessToken',
|
||||
(_message.Message, ),
|
||||
"FacebookAccessToken",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _FACEBOOKACCESSTOKEN,
|
||||
'__module__': 'spotify.login5.v3.credentials.credentials_pb2'
|
||||
"DESCRIPTOR": _FACEBOOKACCESSTOKEN,
|
||||
"__module__": "spotify.login5.v3.credentials.credentials_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.credentials.FacebookAccessToken)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(FacebookAccessToken)
|
||||
|
||||
OneTimeToken = _reflection.GeneratedProtocolMessageType(
|
||||
'OneTimeToken',
|
||||
(_message.Message, ),
|
||||
"OneTimeToken",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _ONETIMETOKEN,
|
||||
'__module__': 'spotify.login5.v3.credentials.credentials_pb2'
|
||||
"DESCRIPTOR": _ONETIMETOKEN,
|
||||
"__module__": "spotify.login5.v3.credentials.credentials_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.credentials.OneTimeToken)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(OneTimeToken)
|
||||
|
||||
ParentChildCredential = _reflection.GeneratedProtocolMessageType(
|
||||
'ParentChildCredential',
|
||||
(_message.Message, ),
|
||||
"ParentChildCredential",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _PARENTCHILDCREDENTIAL,
|
||||
'__module__': 'spotify.login5.v3.credentials.credentials_pb2'
|
||||
"DESCRIPTOR": _PARENTCHILDCREDENTIAL,
|
||||
"__module__": "spotify.login5.v3.credentials.credentials_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.credentials.ParentChildCredential)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(ParentChildCredential)
|
||||
|
||||
AppleSignInCredential = _reflection.GeneratedProtocolMessageType(
|
||||
'AppleSignInCredential',
|
||||
(_message.Message, ),
|
||||
"AppleSignInCredential",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _APPLESIGNINCREDENTIAL,
|
||||
'__module__': 'spotify.login5.v3.credentials.credentials_pb2'
|
||||
"DESCRIPTOR": _APPLESIGNINCREDENTIAL,
|
||||
"__module__": "spotify.login5.v3.credentials.credentials_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.credentials.AppleSignInCredential)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(AppleSignInCredential)
|
||||
|
||||
DESCRIPTOR._options = None
|
||||
|
||||
@@ -6,37 +6,38 @@ from google.protobuf import descriptor as _descriptor
|
||||
from google.protobuf import message as _message
|
||||
from google.protobuf import reflection as _reflection
|
||||
from google.protobuf import symbol_database as _symbol_database
|
||||
|
||||
# @@protoc_insertion_point(imports)
|
||||
|
||||
_sym_db = _symbol_database.Default()
|
||||
|
||||
DESCRIPTOR = _descriptor.FileDescriptor(
|
||||
name='spotify/login5/v3/identifiers/identifiers.proto',
|
||||
package='spotify.login5.v3.identifiers',
|
||||
syntax='proto3',
|
||||
serialized_options=b'\n\024com.spotify.login5v3',
|
||||
name="spotify/login5/v3/identifiers/identifiers.proto",
|
||||
package="spotify.login5.v3.identifiers",
|
||||
syntax="proto3",
|
||||
serialized_options=b"\n\024com.spotify.login5v3",
|
||||
create_key=_descriptor._internal_create_key,
|
||||
serialized_pb=b'\n/spotify/login5/v3/identifiers/identifiers.proto\x12\x1dspotify.login5.v3.identifiers\"U\n\x0bPhoneNumber\x12\x0e\n\x06number\x18\x01 \x01(\t\x12\x18\n\x10iso_country_code\x18\x02 \x01(\t\x12\x1c\n\x14\x63ountry_calling_code\x18\x03 \x01(\tB\x16\n\x14\x63om.spotify.login5v3b\x06proto3'
|
||||
serialized_pb=b'\n/spotify/login5/v3/identifiers/identifiers.proto\x12\x1dspotify.login5.v3.identifiers"U\n\x0bPhoneNumber\x12\x0e\n\x06number\x18\x01 \x01(\t\x12\x18\n\x10iso_country_code\x18\x02 \x01(\t\x12\x1c\n\x14\x63ountry_calling_code\x18\x03 \x01(\tB\x16\n\x14\x63om.spotify.login5v3b\x06proto3',
|
||||
)
|
||||
|
||||
_PHONENUMBER = _descriptor.Descriptor(
|
||||
name='PhoneNumber',
|
||||
full_name='spotify.login5.v3.identifiers.PhoneNumber',
|
||||
name="PhoneNumber",
|
||||
full_name="spotify.login5.v3.identifiers.PhoneNumber",
|
||||
filename=None,
|
||||
file=DESCRIPTOR,
|
||||
containing_type=None,
|
||||
create_key=_descriptor._internal_create_key,
|
||||
fields=[
|
||||
_descriptor.FieldDescriptor(
|
||||
name='number',
|
||||
full_name='spotify.login5.v3.identifiers.PhoneNumber.number',
|
||||
name="number",
|
||||
full_name="spotify.login5.v3.identifiers.PhoneNumber.number",
|
||||
index=0,
|
||||
number=1,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -44,17 +45,18 @@ _PHONENUMBER = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='iso_country_code',
|
||||
full_name='spotify.login5.v3.identifiers.PhoneNumber.iso_country_code',
|
||||
name="iso_country_code",
|
||||
full_name="spotify.login5.v3.identifiers.PhoneNumber.iso_country_code",
|
||||
index=1,
|
||||
number=2,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -62,17 +64,18 @@ _PHONENUMBER = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='country_calling_code',
|
||||
full_name='spotify.login5.v3.identifiers.PhoneNumber.country_calling_code',
|
||||
name="country_calling_code",
|
||||
full_name="spotify.login5.v3.identifiers.PhoneNumber.country_calling_code",
|
||||
index=2,
|
||||
number=3,
|
||||
type=9,
|
||||
cpp_type=9,
|
||||
label=1,
|
||||
has_default_value=False,
|
||||
default_value=b"".decode('utf-8'),
|
||||
default_value=b"".decode("utf-8"),
|
||||
message_type=None,
|
||||
enum_type=None,
|
||||
containing_type=None,
|
||||
@@ -80,31 +83,33 @@ _PHONENUMBER = _descriptor.Descriptor(
|
||||
extension_scope=None,
|
||||
serialized_options=None,
|
||||
file=DESCRIPTOR,
|
||||
create_key=_descriptor._internal_create_key),
|
||||
create_key=_descriptor._internal_create_key,
|
||||
),
|
||||
],
|
||||
extensions=[],
|
||||
nested_types=[],
|
||||
enum_types=[],
|
||||
serialized_options=None,
|
||||
is_extendable=False,
|
||||
syntax='proto3',
|
||||
syntax="proto3",
|
||||
extension_ranges=[],
|
||||
oneofs=[],
|
||||
serialized_start=82,
|
||||
serialized_end=167,
|
||||
)
|
||||
|
||||
DESCRIPTOR.message_types_by_name['PhoneNumber'] = _PHONENUMBER
|
||||
DESCRIPTOR.message_types_by_name["PhoneNumber"] = _PHONENUMBER
|
||||
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
||||
|
||||
PhoneNumber = _reflection.GeneratedProtocolMessageType(
|
||||
'PhoneNumber',
|
||||
(_message.Message, ),
|
||||
"PhoneNumber",
|
||||
(_message.Message,),
|
||||
{
|
||||
'DESCRIPTOR': _PHONENUMBER,
|
||||
'__module__': 'spotify.login5.v3.identifiers.identifiers_pb2'
|
||||
"DESCRIPTOR": _PHONENUMBER,
|
||||
"__module__": "spotify.login5.v3.identifiers.identifiers_pb2"
|
||||
# @@protoc_insertion_point(class_scope:spotify.login5.v3.identifiers.PhoneNumber)
|
||||
})
|
||||
},
|
||||
)
|
||||
_sym_db.RegisterMessage(PhoneNumber)
|
||||
|
||||
DESCRIPTOR._options = None
|
||||
|
||||
Reference in New Issue
Block a user