#include <identitytoolkit_relyingparty_send_verification_code_request.h>
Request for Identitytoolkit-SendVerificationCode.
◆ IdentitytoolkitRelyingpartySendVerificationCodeRequest() [1/2]
| google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::IdentitytoolkitRelyingpartySendVerificationCodeRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~IdentitytoolkitRelyingpartySendVerificationCodeRequest()
| google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::~IdentitytoolkitRelyingpartySendVerificationCodeRequest |
( |
| ) |
|
|
virtual |
◆ 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()
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
-
◆ 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
-
◆ 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
-
◆ set_recaptcha_token()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVerificationCodeRequest::set_recaptcha_token |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'recaptchaToken' attribute.
Recaptcha solution.
- Parameters
-
The documentation for this class was generated from the following files: