identitytoolkit  v3
Public Member Functions | Static Public Member Functions | List of all members
google_identitytoolkit_api::IdentitytoolkitRelyingpartySignOutUserResponse Class Reference

#include <identitytoolkit_relyingparty_sign_out_user_response.h>

Inheritance diagram for google_identitytoolkit_api::IdentitytoolkitRelyingpartySignOutUserResponse:

Public Member Functions

 IdentitytoolkitRelyingpartySignOutUserResponse (const Json::Value &storage)
 
 IdentitytoolkitRelyingpartySignOutUserResponse (Json::Value *storage)
 
virtual ~IdentitytoolkitRelyingpartySignOutUserResponse ()
 
const StringPiece GetTypeName () const
 
bool has_local_id () const
 
void clear_local_id ()
 
const StringPiece get_local_id () const
 
void set_local_id (const StringPiece &value)
 

Static Public Member Functions

static IdentitytoolkitRelyingpartySignOutUserResponseNew ()
 

Detailed Description

Response of signing out user.

Constructor & Destructor Documentation

◆ IdentitytoolkitRelyingpartySignOutUserResponse() [1/2]

google_identitytoolkit_api::IdentitytoolkitRelyingpartySignOutUserResponse::IdentitytoolkitRelyingpartySignOutUserResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ IdentitytoolkitRelyingpartySignOutUserResponse() [2/2]

google_identitytoolkit_api::IdentitytoolkitRelyingpartySignOutUserResponse::IdentitytoolkitRelyingpartySignOutUserResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~IdentitytoolkitRelyingpartySignOutUserResponse()

google_identitytoolkit_api::IdentitytoolkitRelyingpartySignOutUserResponse::~IdentitytoolkitRelyingpartySignOutUserResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_local_id()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignOutUserResponse::clear_local_id ( )
inline

Clears the 'localId' attribute.

◆ get_local_id()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartySignOutUserResponse::get_local_id ( ) const
inline

Get the value of the 'localId' attribute.

◆ GetTypeName()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartySignOutUserResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_identitytoolkit_api::IdentitytoolkitRelyingpartySignOu tUserResponse

◆ has_local_id()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySignOutUserResponse::has_local_id ( ) const
inline

Determine if the 'localId' attribute was set.

Returns
true if the 'localId' attribute was set.

◆ New()

IdentitytoolkitRelyingpartySignOutUserResponse * google_identitytoolkit_api::IdentitytoolkitRelyingpartySignOutUserResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_local_id()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignOutUserResponse::set_local_id ( const StringPiece &  value)
inline

Change the 'localId' attribute.

The local ID of the user.

Parameters
[in]valueThe new value.

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