TrinityCore
Loading...
Searching...
No Matches
Battlenet::JSON::Login::LoginResult Class Reference

#include <Login.pb.h>

+ Inheritance diagram for Battlenet::JSON::Login::LoginResult:

Public Member Functions

 LoginResult ()
 
virtual ~LoginResult ()
 
 LoginResult (const LoginResult &from)
 
LoginResultoperator= (const LoginResult &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LoginResult *other)
 
LoginResultNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_authentication_state () const
 
void clear_authentication_state ()
 
inline ::Battlenet::JSON::Login::AuthenticationState authentication_state () const
 
void set_authentication_state (::Battlenet::JSON::Login::AuthenticationState value)
 
bool has_error_code () const
 
void clear_error_code ()
 
const ::std::string & error_code () const
 
void set_error_code (const ::std::string &value)
 
void set_error_code (const char *value)
 
void set_error_code (const char *value, size_t size)
 
inline ::std::string * mutable_error_code ()
 
inline ::std::string * release_error_code ()
 
void set_allocated_error_code (::std::string *error_code)
 
bool has_error_message () const
 
void clear_error_message ()
 
const ::std::string & error_message () const
 
void set_error_message (const ::std::string &value)
 
void set_error_message (const char *value)
 
void set_error_message (const char *value, size_t size)
 
inline ::std::string * mutable_error_message ()
 
inline ::std::string * release_error_message ()
 
void set_allocated_error_message (::std::string *error_message)
 
bool has_url () const
 
void clear_url ()
 
const ::std::string & url () const
 
void set_url (const ::std::string &value)
 
void set_url (const char *value)
 
void set_url (const char *value, size_t size)
 
inline ::std::string * mutable_url ()
 
inline ::std::string * release_url ()
 
void set_allocated_url (::std::string *url)
 
bool has_login_ticket () const
 
void clear_login_ticket ()
 
const ::std::string & login_ticket () const
 
void set_login_ticket (const ::std::string &value)
 
void set_login_ticket (const char *value)
 
void set_login_ticket (const char *value, size_t size)
 
inline ::std::string * mutable_login_ticket ()
 
inline ::std::string * release_login_ticket ()
 
void set_allocated_login_ticket (::std::string *login_ticket)
 
bool has_server_evidence_m2 () const
 
void clear_server_evidence_m2 ()
 
const ::std::string & server_evidence_m2 () const
 
void set_server_evidence_m2 (const ::std::string &value)
 
void set_server_evidence_m2 (const char *value)
 
void set_server_evidence_m2 (const char *value, size_t size)
 
inline ::std::string * mutable_server_evidence_m2 ()
 
inline ::std::string * release_server_evidence_m2 ()
 
void set_allocated_server_evidence_m2 (::std::string *server_evidence_m2)
 
bool has_next_url () const
 
void clear_next_url ()
 
const ::std::string & next_url () const
 
void set_next_url (const ::std::string &value)
 
void set_next_url (const char *value)
 
void set_next_url (const char *value, size_t size)
 
inline ::std::string * mutable_next_url ()
 
inline ::std::string * release_next_url ()
 
void set_allocated_next_url (::std::string *next_url)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const LoginResultdefault_instance ()
 

Static Public Attributes

static const int kAuthenticationStateFieldNumber = 1
 
static const int kErrorCodeFieldNumber = 2
 
static const int kErrorMessageFieldNumber = 3
 
static const int kUrlFieldNumber = 4
 
static const int kLoginTicketFieldNumber = 5
 
static const int kServerEvidenceM2FieldNumber = 6
 
static const int kNextUrlFieldNumber = 7
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_authentication_state ()
 
void clear_has_authentication_state ()
 
void set_has_error_code ()
 
void clear_has_error_code ()
 
void set_has_error_message ()
 
void clear_has_error_message ()
 
void set_has_url ()
 
void clear_has_url ()
 
void set_has_login_ticket ()
 
void clear_has_login_ticket ()
 
void set_has_server_evidence_m2 ()
 
void clear_has_server_evidence_m2 ()
 
void set_has_next_url ()
 
void clear_has_next_url ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * error_code_
 
::std::string * error_message_
 
::std::string * url_
 
::std::string * login_ticket_
 
::std::string * server_evidence_m2_
 
::std::string * next_url_
 
int authentication_state_
 

Static Private Attributes

static LoginResultdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_Login_2eproto ()
 
void protobuf_AssignDesc_Login_2eproto ()
 
void protobuf_ShutdownFile_Login_2eproto ()
 

Detailed Description

Definition at line 744 of file Login.pb.h.

Constructor & Destructor Documentation

◆ LoginResult() [1/2]

Battlenet::JSON::Login::LoginResult::LoginResult ( )

◆ ~LoginResult()

virtual Battlenet::JSON::Login::LoginResult::~LoginResult ( )
virtual

◆ LoginResult() [2/2]

Battlenet::JSON::Login::LoginResult::LoginResult ( const LoginResult from)

Member Function Documentation

◆ authentication_state()

Battlenet::JSON::Login::AuthenticationState Battlenet::JSON::Login::LoginResult::authentication_state ( ) const
inline

Definition at line 2612 of file Login.pb.h.

◆ clear_authentication_state()

void Battlenet::JSON::Login::LoginResult::clear_authentication_state ( )
inline

Definition at line 2608 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_error_code()

void Battlenet::JSON::Login::LoginResult::clear_error_code ( )
inline

Definition at line 2633 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_error_message()

void Battlenet::JSON::Login::LoginResult::clear_error_message ( )
inline

Definition at line 2709 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_has_authentication_state()

void Battlenet::JSON::Login::LoginResult::clear_has_authentication_state ( )
inlineprivate

Definition at line 2605 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_error_code()

void Battlenet::JSON::Login::LoginResult::clear_has_error_code ( )
inlineprivate

Definition at line 2630 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_error_message()

void Battlenet::JSON::Login::LoginResult::clear_has_error_message ( )
inlineprivate

Definition at line 2706 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_login_ticket()

void Battlenet::JSON::Login::LoginResult::clear_has_login_ticket ( )
inlineprivate

Definition at line 2858 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_next_url()

void Battlenet::JSON::Login::LoginResult::clear_has_next_url ( )
inlineprivate

Definition at line 3010 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_server_evidence_m2()

void Battlenet::JSON::Login::LoginResult::clear_has_server_evidence_m2 ( )
inlineprivate

Definition at line 2934 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_url()

void Battlenet::JSON::Login::LoginResult::clear_has_url ( )
inlineprivate

Definition at line 2782 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_login_ticket()

void Battlenet::JSON::Login::LoginResult::clear_login_ticket ( )
inline

Definition at line 2861 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_next_url()

void Battlenet::JSON::Login::LoginResult::clear_next_url ( )
inline

Definition at line 3013 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_server_evidence_m2()

void Battlenet::JSON::Login::LoginResult::clear_server_evidence_m2 ( )
inline

Definition at line 2937 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_url()

void Battlenet::JSON::Login::LoginResult::clear_url ( )
inline

Definition at line 2785 of file Login.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const LoginResult & Battlenet::JSON::Login::LoginResult::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * Battlenet::JSON::Login::LoginResult::descriptor ( )
static

◆ error_code()

const ::std::string & Battlenet::JSON::Login::LoginResult::error_code ( ) const
inline

Definition at line 2639 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ error_message()

const ::std::string & Battlenet::JSON::Login::LoginResult::error_message ( ) const
inline

Definition at line 2715 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ GetCachedSize()

int Battlenet::JSON::Login::LoginResult::GetCachedSize ( ) const
inline

Definition at line 772 of file Login.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata Battlenet::JSON::Login::LoginResult::GetMetadata ( ) const

◆ has_authentication_state()

bool Battlenet::JSON::Login::LoginResult::has_authentication_state ( ) const
inline

Definition at line 2599 of file Login.pb.h.

◆ has_error_code()

bool Battlenet::JSON::Login::LoginResult::has_error_code ( ) const
inline

Definition at line 2624 of file Login.pb.h.

◆ has_error_message()

bool Battlenet::JSON::Login::LoginResult::has_error_message ( ) const
inline

Definition at line 2700 of file Login.pb.h.

◆ has_login_ticket()

bool Battlenet::JSON::Login::LoginResult::has_login_ticket ( ) const
inline

Definition at line 2852 of file Login.pb.h.

◆ has_next_url()

bool Battlenet::JSON::Login::LoginResult::has_next_url ( ) const
inline

Definition at line 3004 of file Login.pb.h.

◆ has_server_evidence_m2()

bool Battlenet::JSON::Login::LoginResult::has_server_evidence_m2 ( ) const
inline

Definition at line 2928 of file Login.pb.h.

◆ has_url()

bool Battlenet::JSON::Login::LoginResult::has_url ( ) const
inline

Definition at line 2776 of file Login.pb.h.

◆ InitAsDefaultInstance()

void Battlenet::JSON::Login::LoginResult::InitAsDefaultInstance ( )
private

◆ login_ticket()

const ::std::string & Battlenet::JSON::Login::LoginResult::login_ticket ( ) const
inline

Definition at line 2867 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ mutable_error_code()

std::string * Battlenet::JSON::Login::LoginResult::mutable_error_code ( )
inline

Definition at line 2667 of file Login.pb.h.

+ Here is the call graph for this function:

◆ mutable_error_message()

std::string * Battlenet::JSON::Login::LoginResult::mutable_error_message ( )
inline

Definition at line 2743 of file Login.pb.h.

+ Here is the call graph for this function:

◆ mutable_login_ticket()

std::string * Battlenet::JSON::Login::LoginResult::mutable_login_ticket ( )
inline

Definition at line 2895 of file Login.pb.h.

+ Here is the call graph for this function:

◆ mutable_next_url()

std::string * Battlenet::JSON::Login::LoginResult::mutable_next_url ( )
inline

Definition at line 3047 of file Login.pb.h.

+ Here is the call graph for this function:

◆ mutable_server_evidence_m2()

std::string * Battlenet::JSON::Login::LoginResult::mutable_server_evidence_m2 ( )
inline

Definition at line 2971 of file Login.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * Battlenet::JSON::Login::LoginResult::mutable_unknown_fields ( )
inline

Definition at line 760 of file Login.pb.h.

◆ mutable_url()

std::string * Battlenet::JSON::Login::LoginResult::mutable_url ( )
inline

Definition at line 2819 of file Login.pb.h.

+ Here is the call graph for this function:

◆ New()

LoginResult * Battlenet::JSON::Login::LoginResult::New ( ) const

◆ next_url()

const ::std::string & Battlenet::JSON::Login::LoginResult::next_url ( ) const
inline

Definition at line 3019 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ operator=()

LoginResult & Battlenet::JSON::Login::LoginResult::operator= ( const LoginResult from)
inline

Definition at line 751 of file Login.pb.h.

◆ release_error_code()

std::string * Battlenet::JSON::Login::LoginResult::release_error_code ( )
inline

Definition at line 2675 of file Login.pb.h.

+ Here is the call graph for this function:

◆ release_error_message()

std::string * Battlenet::JSON::Login::LoginResult::release_error_message ( )
inline

Definition at line 2751 of file Login.pb.h.

+ Here is the call graph for this function:

◆ release_login_ticket()

std::string * Battlenet::JSON::Login::LoginResult::release_login_ticket ( )
inline

Definition at line 2903 of file Login.pb.h.

+ Here is the call graph for this function:

◆ release_next_url()

std::string * Battlenet::JSON::Login::LoginResult::release_next_url ( )
inline

Definition at line 3055 of file Login.pb.h.

+ Here is the call graph for this function:

◆ release_server_evidence_m2()

std::string * Battlenet::JSON::Login::LoginResult::release_server_evidence_m2 ( )
inline

Definition at line 2979 of file Login.pb.h.

+ Here is the call graph for this function:

◆ release_url()

std::string * Battlenet::JSON::Login::LoginResult::release_url ( )
inline

Definition at line 2827 of file Login.pb.h.

+ Here is the call graph for this function:

◆ server_evidence_m2()

const ::std::string & Battlenet::JSON::Login::LoginResult::server_evidence_m2 ( ) const
inline

Definition at line 2943 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_allocated_error_code()

void Battlenet::JSON::Login::LoginResult::set_allocated_error_code ( ::std::string *  error_code)
inline

Definition at line 2685 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_error_message()

void Battlenet::JSON::Login::LoginResult::set_allocated_error_message ( ::std::string *  error_message)
inline

Definition at line 2761 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_login_ticket()

void Battlenet::JSON::Login::LoginResult::set_allocated_login_ticket ( ::std::string *  login_ticket)
inline

Definition at line 2913 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_next_url()

void Battlenet::JSON::Login::LoginResult::set_allocated_next_url ( ::std::string *  next_url)
inline

Definition at line 3065 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_server_evidence_m2()

void Battlenet::JSON::Login::LoginResult::set_allocated_server_evidence_m2 ( ::std::string *  server_evidence_m2)
inline

Definition at line 2989 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_url()

void Battlenet::JSON::Login::LoginResult::set_allocated_url ( ::std::string *  url)
inline

Definition at line 2837 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_authentication_state()

void Battlenet::JSON::Login::LoginResult::set_authentication_state ( ::Battlenet::JSON::Login::AuthenticationState  value)
inline

Definition at line 2616 of file Login.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_error_code() [1/3]

void Battlenet::JSON::Login::LoginResult::set_error_code ( const ::std::string &  value)
inline

Definition at line 2643 of file Login.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_error_code() [2/3]

void Battlenet::JSON::Login::LoginResult::set_error_code ( const char *  value)
inline

Definition at line 2651 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_error_code() [3/3]

void Battlenet::JSON::Login::LoginResult::set_error_code ( const char *  value,
size_t  size 
)
inline

Definition at line 2659 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_error_message() [1/3]

void Battlenet::JSON::Login::LoginResult::set_error_message ( const ::std::string &  value)
inline

Definition at line 2719 of file Login.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_error_message() [2/3]

void Battlenet::JSON::Login::LoginResult::set_error_message ( const char *  value)
inline

Definition at line 2727 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_error_message() [3/3]

void Battlenet::JSON::Login::LoginResult::set_error_message ( const char *  value,
size_t  size 
)
inline

Definition at line 2735 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_has_authentication_state()

void Battlenet::JSON::Login::LoginResult::set_has_authentication_state ( )
inlineprivate

Definition at line 2602 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_error_code()

void Battlenet::JSON::Login::LoginResult::set_has_error_code ( )
inlineprivate

Definition at line 2627 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_error_message()

void Battlenet::JSON::Login::LoginResult::set_has_error_message ( )
inlineprivate

Definition at line 2703 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_login_ticket()

void Battlenet::JSON::Login::LoginResult::set_has_login_ticket ( )
inlineprivate

Definition at line 2855 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_next_url()

void Battlenet::JSON::Login::LoginResult::set_has_next_url ( )
inlineprivate

Definition at line 3007 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_server_evidence_m2()

void Battlenet::JSON::Login::LoginResult::set_has_server_evidence_m2 ( )
inlineprivate

Definition at line 2931 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_url()

void Battlenet::JSON::Login::LoginResult::set_has_url ( )
inlineprivate

Definition at line 2779 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_login_ticket() [1/3]

void Battlenet::JSON::Login::LoginResult::set_login_ticket ( const ::std::string &  value)
inline

Definition at line 2871 of file Login.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_login_ticket() [2/3]

void Battlenet::JSON::Login::LoginResult::set_login_ticket ( const char *  value)
inline

Definition at line 2879 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_login_ticket() [3/3]

void Battlenet::JSON::Login::LoginResult::set_login_ticket ( const char *  value,
size_t  size 
)
inline

Definition at line 2887 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_next_url() [1/3]

void Battlenet::JSON::Login::LoginResult::set_next_url ( const ::std::string &  value)
inline

Definition at line 3023 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_next_url() [2/3]

void Battlenet::JSON::Login::LoginResult::set_next_url ( const char *  value)
inline

Definition at line 3031 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_next_url() [3/3]

void Battlenet::JSON::Login::LoginResult::set_next_url ( const char *  value,
size_t  size 
)
inline

Definition at line 3039 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_server_evidence_m2() [1/3]

void Battlenet::JSON::Login::LoginResult::set_server_evidence_m2 ( const ::std::string &  value)
inline

Definition at line 2947 of file Login.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_server_evidence_m2() [2/3]

void Battlenet::JSON::Login::LoginResult::set_server_evidence_m2 ( const char *  value)
inline

Definition at line 2955 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_server_evidence_m2() [3/3]

void Battlenet::JSON::Login::LoginResult::set_server_evidence_m2 ( const char *  value,
size_t  size 
)
inline

Definition at line 2963 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_url() [1/3]

void Battlenet::JSON::Login::LoginResult::set_url ( const ::std::string &  value)
inline

Definition at line 2795 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_url() [2/3]

void Battlenet::JSON::Login::LoginResult::set_url ( const char *  value)
inline

Definition at line 2803 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_url() [3/3]

void Battlenet::JSON::Login::LoginResult::set_url ( const char *  value,
size_t  size 
)
inline

Definition at line 2811 of file Login.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void Battlenet::JSON::Login::LoginResult::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void Battlenet::JSON::Login::LoginResult::SharedCtor ( )
private

◆ SharedDtor()

void Battlenet::JSON::Login::LoginResult::SharedDtor ( )
private

◆ Swap()

void Battlenet::JSON::Login::LoginResult::Swap ( LoginResult other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & Battlenet::JSON::Login::LoginResult::unknown_fields ( ) const
inline

Definition at line 756 of file Login.pb.h.

◆ url()

const ::std::string & Battlenet::JSON::Login::LoginResult::url ( ) const
inline

Definition at line 2791 of file Login.pb.h.

+ Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_Login_2eproto

void TC_PROTO_API protobuf_AddDesc_Login_2eproto ( )
friend

◆ protobuf_AssignDesc_Login_2eproto

void protobuf_AssignDesc_Login_2eproto ( )
friend

◆ protobuf_ShutdownFile_Login_2eproto

void protobuf_ShutdownFile_Login_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int Battlenet::JSON::Login::LoginResult::_cached_size_
mutableprivate

Definition at line 883 of file Login.pb.h.

◆ _has_bits_

::google::protobuf::uint32 Battlenet::JSON::Login::LoginResult::_has_bits_[1]
private

Definition at line 882 of file Login.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet Battlenet::JSON::Login::LoginResult::_unknown_fields_
private

Definition at line 880 of file Login.pb.h.

◆ authentication_state_

int Battlenet::JSON::Login::LoginResult::authentication_state_
private

Definition at line 890 of file Login.pb.h.

◆ default_instance_

LoginResult* Battlenet::JSON::Login::LoginResult::default_instance_
staticprivate

Definition at line 896 of file Login.pb.h.

◆ error_code_

::std::string* Battlenet::JSON::Login::LoginResult::error_code_
private

Definition at line 884 of file Login.pb.h.

◆ error_message_

::std::string* Battlenet::JSON::Login::LoginResult::error_message_
private

Definition at line 885 of file Login.pb.h.

◆ kAuthenticationStateFieldNumber

const int Battlenet::JSON::Login::LoginResult::kAuthenticationStateFieldNumber = 1
static

Definition at line 787 of file Login.pb.h.

◆ kErrorCodeFieldNumber

const int Battlenet::JSON::Login::LoginResult::kErrorCodeFieldNumber = 2
static

Definition at line 794 of file Login.pb.h.

◆ kErrorMessageFieldNumber

const int Battlenet::JSON::Login::LoginResult::kErrorMessageFieldNumber = 3
static

Definition at line 806 of file Login.pb.h.

◆ kLoginTicketFieldNumber

const int Battlenet::JSON::Login::LoginResult::kLoginTicketFieldNumber = 5
static

Definition at line 830 of file Login.pb.h.

◆ kNextUrlFieldNumber

const int Battlenet::JSON::Login::LoginResult::kNextUrlFieldNumber = 7
static

Definition at line 854 of file Login.pb.h.

◆ kServerEvidenceM2FieldNumber

const int Battlenet::JSON::Login::LoginResult::kServerEvidenceM2FieldNumber = 6
static

Definition at line 842 of file Login.pb.h.

◆ kUrlFieldNumber

const int Battlenet::JSON::Login::LoginResult::kUrlFieldNumber = 4
static

Definition at line 818 of file Login.pb.h.

◆ login_ticket_

::std::string* Battlenet::JSON::Login::LoginResult::login_ticket_
private

Definition at line 887 of file Login.pb.h.

◆ next_url_

::std::string* Battlenet::JSON::Login::LoginResult::next_url_
private

Definition at line 889 of file Login.pb.h.

◆ server_evidence_m2_

::std::string* Battlenet::JSON::Login::LoginResult::server_evidence_m2_
private

Definition at line 888 of file Login.pb.h.

◆ url_

::std::string* Battlenet::JSON::Login::LoginResult::url_
private

Definition at line 886 of file Login.pb.h.


The documentation for this class was generated from the following file: