#include <identitytoolkit_relyingparty_delete_account_request.h>
Request to delete account.
◆ IdentitytoolkitRelyingpartyDeleteAccountRequest() [1/2]
| google_identitytoolkit_api::IdentitytoolkitRelyingpartyDeleteAccountRequest::IdentitytoolkitRelyingpartyDeleteAccountRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~IdentitytoolkitRelyingpartyDeleteAccountRequest()
| google_identitytoolkit_api::IdentitytoolkitRelyingpartyDeleteAccountRequest::~IdentitytoolkitRelyingpartyDeleteAccountRequest |
( |
| ) |
|
|
virtual |
◆ 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()
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
-
◆ 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
-
◆ 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
-
The documentation for this class was generated from the following files: