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

#include <identitytoolkit_relyingparty_delete_account_request.h>

Inheritance diagram for google_identitytoolkit_api::IdentitytoolkitRelyingpartyDeleteAccountRequest:

Public Member Functions

 IdentitytoolkitRelyingpartyDeleteAccountRequest (const Json::Value &storage)
 
 IdentitytoolkitRelyingpartyDeleteAccountRequest (Json::Value *storage)
 
virtual ~IdentitytoolkitRelyingpartyDeleteAccountRequest ()
 
const StringPiece GetTypeName () const
 
bool has_delegated_project_number () const
 
void clear_delegated_project_number ()
 
int64 get_delegated_project_number () const
 
void set_delegated_project_number (int64 value)
 
bool has_id_token () const
 
void clear_id_token ()
 
const StringPiece get_id_token () const
 
void set_id_token (const StringPiece &value)
 
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 IdentitytoolkitRelyingpartyDeleteAccountRequestNew ()
 

Detailed Description

Request to delete account.

Constructor & Destructor Documentation

◆ IdentitytoolkitRelyingpartyDeleteAccountRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ IdentitytoolkitRelyingpartyDeleteAccountRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~IdentitytoolkitRelyingpartyDeleteAccountRequest()

google_identitytoolkit_api::IdentitytoolkitRelyingpartyDeleteAccountRequest::~IdentitytoolkitRelyingpartyDeleteAccountRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_delegated_project_number()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDeleteAccountRequest::clear_delegated_project_number ( )
inline

Clears the 'delegatedProjectNumber' attribute.

◆ clear_id_token()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDeleteAccountRequest::clear_id_token ( )
inline

Clears the 'idToken' attribute.

◆ clear_local_id()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDeleteAccountRequest::clear_local_id ( )
inline

Clears the 'localId' attribute.

◆ get_delegated_project_number()

int64 google_identitytoolkit_api::IdentitytoolkitRelyingpartyDeleteAccountRequest::get_delegated_project_number ( ) const
inline

Get the value of the 'delegatedProjectNumber' attribute.

◆ get_id_token()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyDeleteAccountRequest::get_id_token ( ) const
inline

Get the value of the 'idToken' attribute.

◆ get_local_id()

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

Get the value of the 'localId' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_identitytoolkit_api::IdentitytoolkitRelyingpartyDelete AccountRequest

◆ has_delegated_project_number()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyDeleteAccountRequest::has_delegated_project_number ( ) const
inline

Determine if the 'delegatedProjectNumber' attribute was set.

Returns
true if the 'delegatedProjectNumber' attribute was set.

◆ has_id_token()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyDeleteAccountRequest::has_id_token ( ) const
inline

Determine if the 'idToken' attribute was set.

Returns
true if the 'idToken' attribute was set.

◆ has_local_id()

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

Determine if the 'localId' attribute was set.

Returns
true if the 'localId' attribute was set.

◆ New()

IdentitytoolkitRelyingpartyDeleteAccountRequest * google_identitytoolkit_api::IdentitytoolkitRelyingpartyDeleteAccountRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_delegated_project_number()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDeleteAccountRequest::set_delegated_project_number ( int64  value)
inline

Change the 'delegatedProjectNumber' attribute.

GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration.

Parameters
[in]valueThe new value.

◆ set_id_token()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDeleteAccountRequest::set_id_token ( const StringPiece &  value)
inline

Change the 'idToken' attribute.

The GITKit token or STS id token of the authenticated user.

Parameters
[in]valueThe new value.

◆ set_local_id()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDeleteAccountRequest::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: