#include <identitytoolkit_relyingparty_reset_password_request.h>
Request to reset the password.
◆ IdentitytoolkitRelyingpartyResetPasswordRequest() [1/2]
| google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::IdentitytoolkitRelyingpartyResetPasswordRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ IdentitytoolkitRelyingpartyResetPasswordRequest() [2/2]
| google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::IdentitytoolkitRelyingpartyResetPasswordRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~IdentitytoolkitRelyingpartyResetPasswordRequest()
| google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::~IdentitytoolkitRelyingpartyResetPasswordRequest |
( |
| ) |
|
|
virtual |
◆ clear_email()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::clear_email |
( |
| ) |
|
|
inline |
Clears the 'email' attribute.
◆ clear_new_password()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::clear_new_password |
( |
| ) |
|
|
inline |
Clears the 'newPassword' attribute.
◆ clear_old_password()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::clear_old_password |
( |
| ) |
|
|
inline |
Clears the 'oldPassword' attribute.
◆ clear_oob_code()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::clear_oob_code |
( |
| ) |
|
|
inline |
Clears the 'oobCode' attribute.
◆ get_email()
| const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::get_email |
( |
| ) |
const |
|
inline |
Get the value of the 'email' attribute.
◆ get_new_password()
| const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::get_new_password |
( |
| ) |
const |
|
inline |
Get the value of the 'newPassword' attribute.
◆ get_old_password()
| const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::get_old_password |
( |
| ) |
const |
|
inline |
Get the value of the 'oldPassword' attribute.
◆ get_oob_code()
| const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::get_oob_code |
( |
| ) |
const |
|
inline |
Get the value of the 'oobCode' attribute.
◆ GetTypeName()
| const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetP asswordRequest
◆ has_email()
| bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::has_email |
( |
| ) |
const |
|
inline |
Determine if the 'email' attribute was set.
- Returns
- true if the '
email' attribute was set.
◆ has_new_password()
| bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::has_new_password |
( |
| ) |
const |
|
inline |
Determine if the 'newPassword' attribute was set.
- Returns
- true if the '
newPassword' attribute was set.
◆ has_old_password()
| bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::has_old_password |
( |
| ) |
const |
|
inline |
Determine if the 'oldPassword' attribute was set.
- Returns
- true if the '
oldPassword' attribute was set.
◆ has_oob_code()
| bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::has_oob_code |
( |
| ) |
const |
|
inline |
Determine if the 'oobCode' attribute was set.
- Returns
- true if the '
oobCode' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_email()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::set_email |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'email' attribute.
The email address of the user.
- Parameters
-
◆ set_new_password()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::set_new_password |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'newPassword' attribute.
The new password inputted by the user.
- Parameters
-
◆ set_old_password()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::set_old_password |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'oldPassword' attribute.
The old password inputted by the user.
- Parameters
-
◆ set_oob_code()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::set_oob_code |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'oobCode' attribute.
The confirmation code.
- Parameters
-
The documentation for this class was generated from the following files: