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

#include <identitytoolkit_relyingparty_send_verification_code_request.h>

Inheritance diagram for google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest:

Public Member Functions

 IdentitytoolkitRelyingpartySendVerificationCodeRequest (const Json::Value &storage)
 
 IdentitytoolkitRelyingpartySendVerificationCodeRequest (Json::Value *storage)
 
virtual ~IdentitytoolkitRelyingpartySendVerificationCodeRequest ()
 
const StringPiece GetTypeName () const
 
bool has_ios_receipt () const
 
void clear_ios_receipt ()
 
const StringPiece get_ios_receipt () const
 
void set_ios_receipt (const StringPiece &value)
 
bool has_ios_secret () const
 
void clear_ios_secret ()
 
const StringPiece get_ios_secret () const
 
void set_ios_secret (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_recaptcha_token () const
 
void clear_recaptcha_token ()
 
const StringPiece get_recaptcha_token () const
 
void set_recaptcha_token (const StringPiece &value)
 

Static Public Member Functions

static IdentitytoolkitRelyingpartySendVerificationCodeRequestNew ()
 

Detailed Description

Request for Identitytoolkit-SendVerificationCode.

Constructor & Destructor Documentation

◆ IdentitytoolkitRelyingpartySendVerificationCodeRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ IdentitytoolkitRelyingpartySendVerificationCodeRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~IdentitytoolkitRelyingpartySendVerificationCodeRequest()

google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::~IdentitytoolkitRelyingpartySendVerificationCodeRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_ios_receipt()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::clear_ios_receipt ( )
inline

Clears the 'iosReceipt' attribute.

◆ clear_ios_secret()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::clear_ios_secret ( )
inline

Clears the 'iosSecret' attribute.

◆ clear_phone_number()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::clear_phone_number ( )
inline

Clears the 'phoneNumber' attribute.

◆ clear_recaptcha_token()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::clear_recaptcha_token ( )
inline

Clears the 'recaptchaToken' attribute.

◆ get_ios_receipt()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::get_ios_receipt ( ) const
inline

Get the value of the 'iosReceipt' attribute.

◆ get_ios_secret()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::get_ios_secret ( ) const
inline

Get the value of the 'iosSecret' attribute.

◆ get_phone_number()

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

Get the value of the 'phoneNumber' attribute.

◆ get_recaptcha_token()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::get_recaptcha_token ( ) const
inline

Get the value of the 'recaptchaToken' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVe rificationCodeRequest

◆ has_ios_receipt()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::has_ios_receipt ( ) const
inline

Determine if the 'iosReceipt' attribute was set.

Returns
true if the 'iosReceipt' attribute was set.

◆ has_ios_secret()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::has_ios_secret ( ) const
inline

Determine if the 'iosSecret' attribute was set.

Returns
true if the 'iosSecret' attribute was set.

◆ has_phone_number()

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

Determine if the 'phoneNumber' attribute was set.

Returns
true if the 'phoneNumber' attribute was set.

◆ has_recaptcha_token()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::has_recaptcha_token ( ) const
inline

Determine if the 'recaptchaToken' attribute was set.

Returns
true if the 'recaptchaToken' attribute was set.

◆ New()

IdentitytoolkitRelyingpartySendVerificationCodeRequest * google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_ios_receipt()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::set_ios_receipt ( const StringPiece &  value)
inline

Change the 'iosReceipt' attribute.

Receipt of successful app token validation with APNS.

Parameters
[in]valueThe new value.

◆ set_ios_secret()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::set_ios_secret ( const StringPiece &  value)
inline

Change the 'iosSecret' attribute.

Secret delivered to iOS app via APNS.

Parameters
[in]valueThe new value.

◆ set_phone_number()

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

Change the 'phoneNumber' attribute.

The phone number to send the verification code to in E.164 format.

Parameters
[in]valueThe new value.

◆ set_recaptcha_token()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::set_recaptcha_token ( const StringPiece &  value)
inline

Change the 'recaptchaToken' attribute.

Recaptcha solution.

Parameters
[in]valueThe new value.

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