#include <reset_password_response.h>
Response of resetting the password.
◆ ResetPasswordResponse() [1/2]
| google_identitytoolkit_api::ResetPasswordResponse::ResetPasswordResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ResetPasswordResponse() [2/2]
| google_identitytoolkit_api::ResetPasswordResponse::ResetPasswordResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~ResetPasswordResponse()
| google_identitytoolkit_api::ResetPasswordResponse::~ResetPasswordResponse |
( |
| ) |
|
|
virtual |
◆ clear_email()
| void google_identitytoolkit_api::ResetPasswordResponse::clear_email |
( |
| ) |
|
|
inline |
Clears the 'email' attribute.
◆ clear_kind()
| void google_identitytoolkit_api::ResetPasswordResponse::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind' attribute.
◆ clear_new_email()
| void google_identitytoolkit_api::ResetPasswordResponse::clear_new_email |
( |
| ) |
|
|
inline |
Clears the 'newEmail' attribute.
◆ clear_request_type()
| void google_identitytoolkit_api::ResetPasswordResponse::clear_request_type |
( |
| ) |
|
|
inline |
Clears the 'requestType' attribute.
◆ get_email()
| const StringPiece google_identitytoolkit_api::ResetPasswordResponse::get_email |
( |
| ) |
const |
|
inline |
Get the value of the 'email' attribute.
◆ get_kind()
| const StringPiece google_identitytoolkit_api::ResetPasswordResponse::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind' attribute.
◆ get_new_email()
| const StringPiece google_identitytoolkit_api::ResetPasswordResponse::get_new_email |
( |
| ) |
const |
|
inline |
Get the value of the 'newEmail' attribute.
◆ get_request_type()
| const StringPiece google_identitytoolkit_api::ResetPasswordResponse::get_request_type |
( |
| ) |
const |
|
inline |
Get the value of the 'requestType' attribute.
◆ GetTypeName()
| const StringPiece google_identitytoolkit_api::ResetPasswordResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_email()
| bool google_identitytoolkit_api::ResetPasswordResponse::has_email |
( |
| ) |
const |
|
inline |
Determine if the 'email' attribute was set.
- Returns
- true if the '
email' attribute was set.
◆ has_kind()
| bool google_identitytoolkit_api::ResetPasswordResponse::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind' attribute was set.
- Returns
- true if the '
kind' attribute was set.
◆ has_new_email()
| bool google_identitytoolkit_api::ResetPasswordResponse::has_new_email |
( |
| ) |
const |
|
inline |
Determine if the 'newEmail' attribute was set.
- Returns
- true if the '
newEmail' attribute was set.
◆ has_request_type()
| bool google_identitytoolkit_api::ResetPasswordResponse::has_request_type |
( |
| ) |
const |
|
inline |
Determine if the 'requestType' attribute was set.
- Returns
- true if the '
requestType' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_email()
| void google_identitytoolkit_api::ResetPasswordResponse::set_email |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'email' attribute.
The user's email. If the out-of-band code is for email recovery, the user's original email.
- Parameters
-
◆ set_kind()
| void google_identitytoolkit_api::ResetPasswordResponse::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind' attribute.
The fixed string "identitytoolkit#ResetPasswordResponse".
- Parameters
-
◆ set_new_email()
| void google_identitytoolkit_api::ResetPasswordResponse::set_new_email |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'newEmail' attribute.
If the out-of-band code is for email recovery, the user's new email.
- Parameters
-
◆ set_request_type()
| void google_identitytoolkit_api::ResetPasswordResponse::set_request_type |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'requestType' attribute.
The request type.
- Parameters
-
The documentation for this class was generated from the following files: