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

#include <identitytoolkit_relyingparty_verify_phone_number_response.h>

Inheritance diagram for google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse:

Public Member Functions

 IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse (const Json::Value &storage)
 
 IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse (Json::Value *storage)
 
virtual ~IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse ()
 
const StringPiece GetTypeName () const
 
bool has_expires_in () const
 
void clear_expires_in ()
 
int64 get_expires_in () const
 
void set_expires_in (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_is_new_user () const
 
void clear_is_new_user ()
 
bool get_is_new_user () const
 
void set_is_new_user (bool value)
 
bool has_local_id () const
 
void clear_local_id ()
 
const StringPiece get_local_id () const
 
void set_local_id (const StringPiece &value)
 
bool has_phone_number () const
 
void clear_phone_number ()
 
const StringPiece get_phone_number () const
 
void set_phone_number (const StringPiece &value)
 
bool has_refresh_token () const
 
void clear_refresh_token ()
 
const StringPiece get_refresh_token () const
 
void set_refresh_token (const StringPiece &value)
 
bool has_temporary_proof () const
 
void clear_temporary_proof ()
 
const StringPiece get_temporary_proof () const
 
void set_temporary_proof (const StringPiece &value)
 
bool has_temporary_proof_expires_in () const
 
void clear_temporary_proof_expires_in ()
 
int64 get_temporary_proof_expires_in () const
 
void set_temporary_proof_expires_in (int64 value)
 
bool has_verification_proof () const
 
void clear_verification_proof ()
 
const StringPiece get_verification_proof () const
 
void set_verification_proof (const StringPiece &value)
 
bool has_verification_proof_expires_in () const
 
void clear_verification_proof_expires_in ()
 
int64 get_verification_proof_expires_in () const
 
void set_verification_proof_expires_in (int64 value)
 

Static Public Member Functions

static IdentitytoolkitRelyingpartyVerifyPhoneNumberResponseNew ()
 

Detailed Description

Response for Identitytoolkit-VerifyPhoneNumber.

Constructor & Destructor Documentation

◆ IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse()

google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::~IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_expires_in()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::clear_expires_in ( )
inline

Clears the 'expiresIn' attribute.

◆ clear_id_token()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::clear_id_token ( )
inline

Clears the 'idToken' attribute.

◆ clear_is_new_user()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::clear_is_new_user ( )
inline

Clears the 'isNewUser' attribute.

◆ clear_local_id()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::clear_local_id ( )
inline

Clears the 'localId' attribute.

◆ clear_phone_number()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::clear_phone_number ( )
inline

Clears the 'phoneNumber' attribute.

◆ clear_refresh_token()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::clear_refresh_token ( )
inline

Clears the 'refreshToken' attribute.

◆ clear_temporary_proof()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::clear_temporary_proof ( )
inline

Clears the 'temporaryProof' attribute.

◆ clear_temporary_proof_expires_in()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::clear_temporary_proof_expires_in ( )
inline

Clears the 'temporaryProofExpiresIn' attribute.

◆ clear_verification_proof()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::clear_verification_proof ( )
inline

Clears the 'verificationProof' attribute.

◆ clear_verification_proof_expires_in()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::clear_verification_proof_expires_in ( )
inline

Clears the 'verificationProofExpiresIn' attribute.

◆ get_expires_in()

int64 google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::get_expires_in ( ) const
inline

Get the value of the 'expiresIn' attribute.

◆ get_id_token()

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

Get the value of the 'idToken' attribute.

◆ get_is_new_user()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::get_is_new_user ( ) const
inline

Get the value of the 'isNewUser' attribute.

◆ get_local_id()

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

Get the value of the 'localId' attribute.

◆ get_phone_number()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::get_phone_number ( ) const
inline

Get the value of the 'phoneNumber' attribute.

◆ get_refresh_token()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::get_refresh_token ( ) const
inline

Get the value of the 'refreshToken' attribute.

◆ get_temporary_proof()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::get_temporary_proof ( ) const
inline

Get the value of the 'temporaryProof' attribute.

◆ get_temporary_proof_expires_in()

int64 google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::get_temporary_proof_expires_in ( ) const
inline

Get the value of the 'temporaryProofExpiresIn' attribute.

◆ get_verification_proof()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::get_verification_proof ( ) const
inline

Get the value of the 'verificationProof' attribute.

◆ get_verification_proof_expires_in()

int64 google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::get_verification_proof_expires_in ( ) const
inline

Get the value of the 'verificationProofExpiresIn' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerify PhoneNumberResponse

◆ has_expires_in()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::has_expires_in ( ) const
inline

Determine if the 'expiresIn' attribute was set.

Returns
true if the 'expiresIn' attribute was set.

◆ has_id_token()

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

Determine if the 'idToken' attribute was set.

Returns
true if the 'idToken' attribute was set.

◆ has_is_new_user()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::has_is_new_user ( ) const
inline

Determine if the 'isNewUser' attribute was set.

Returns
true if the 'isNewUser' attribute was set.

◆ has_local_id()

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

Determine if the 'localId' attribute was set.

Returns
true if the 'localId' attribute was set.

◆ has_phone_number()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::has_phone_number ( ) const
inline

Determine if the 'phoneNumber' attribute was set.

Returns
true if the 'phoneNumber' attribute was set.

◆ has_refresh_token()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::has_refresh_token ( ) const
inline

Determine if the 'refreshToken' attribute was set.

Returns
true if the 'refreshToken' attribute was set.

◆ has_temporary_proof()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::has_temporary_proof ( ) const
inline

Determine if the 'temporaryProof' attribute was set.

Returns
true if the 'temporaryProof' attribute was set.

◆ has_temporary_proof_expires_in()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::has_temporary_proof_expires_in ( ) const
inline

Determine if the 'temporaryProofExpiresIn' attribute was set.

Returns
true if the 'temporaryProofExpiresIn' attribute was set.

◆ has_verification_proof()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::has_verification_proof ( ) const
inline

Determine if the 'verificationProof' attribute was set.

Returns
true if the 'verificationProof' attribute was set.

◆ has_verification_proof_expires_in()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::has_verification_proof_expires_in ( ) const
inline

Determine if the 'verificationProofExpiresIn' attribute was set.

Returns
true if the 'verificationProofExpiresIn' attribute was set.

◆ New()

IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse * google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_expires_in()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::set_expires_in ( int64  value)
inline

Change the 'expiresIn' attribute.

Parameters
[in]valueThe new value.

◆ set_id_token()

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

Change the 'idToken' attribute.

Parameters
[in]valueThe new value.

◆ set_is_new_user()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::set_is_new_user ( bool  value)
inline

Change the 'isNewUser' attribute.

Parameters
[in]valueThe new value.

◆ set_local_id()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::set_local_id ( const StringPiece &  value)
inline

Change the 'localId' attribute.

Parameters
[in]valueThe new value.

◆ set_phone_number()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::set_phone_number ( const StringPiece &  value)
inline

Change the 'phoneNumber' attribute.

Parameters
[in]valueThe new value.

◆ set_refresh_token()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::set_refresh_token ( const StringPiece &  value)
inline

Change the 'refreshToken' attribute.

Parameters
[in]valueThe new value.

◆ set_temporary_proof()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::set_temporary_proof ( const StringPiece &  value)
inline

Change the 'temporaryProof' attribute.

Parameters
[in]valueThe new value.

◆ set_temporary_proof_expires_in()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::set_temporary_proof_expires_in ( int64  value)
inline

Change the 'temporaryProofExpiresIn' attribute.

Parameters
[in]valueThe new value.

◆ set_verification_proof()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::set_verification_proof ( const StringPiece &  value)
inline

Change the 'verificationProof' attribute.

Parameters
[in]valueThe new value.

◆ set_verification_proof_expires_in()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse::set_verification_proof_expires_in ( int64  value)
inline

Change the 'verificationProofExpiresIn' attribute.

Parameters
[in]valueThe new value.

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