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

#include <identitytoolkit_relyingparty_reset_password_request.h>

Inheritance diagram for google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest:

Public Member Functions

 IdentitytoolkitRelyingpartyResetPasswordRequest (const Json::Value &storage)
 
 IdentitytoolkitRelyingpartyResetPasswordRequest (Json::Value *storage)
 
virtual ~IdentitytoolkitRelyingpartyResetPasswordRequest ()
 
const StringPiece GetTypeName () const
 
bool has_email () const
 
void clear_email ()
 
const StringPiece get_email () const
 
void set_email (const StringPiece &value)
 
bool has_new_password () const
 
void clear_new_password ()
 
const StringPiece get_new_password () const
 
void set_new_password (const StringPiece &value)
 
bool has_old_password () const
 
void clear_old_password ()
 
const StringPiece get_old_password () const
 
void set_old_password (const StringPiece &value)
 
bool has_oob_code () const
 
void clear_oob_code ()
 
const StringPiece get_oob_code () const
 
void set_oob_code (const StringPiece &value)
 

Static Public Member Functions

static IdentitytoolkitRelyingpartyResetPasswordRequestNew ()
 

Detailed Description

Request to reset the password.

Constructor & Destructor Documentation

◆ IdentitytoolkitRelyingpartyResetPasswordRequest() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~IdentitytoolkitRelyingpartyResetPasswordRequest()

google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::~IdentitytoolkitRelyingpartyResetPasswordRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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()

IdentitytoolkitRelyingpartyResetPasswordRequest * google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ set_oob_code()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyResetPasswordRequest::set_oob_code ( const StringPiece &  value)
inline

Change the 'oobCode' attribute.

The confirmation code.

Parameters
[in]valueThe new value.

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