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

#include <identitytoolkit_relyingparty_signup_new_user_request.h>

Inheritance diagram for google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest:

Public Member Functions

 IdentitytoolkitRelyingpartySignupNewUserRequest (const Json::Value &storage)
 
 IdentitytoolkitRelyingpartySignupNewUserRequest (Json::Value *storage)
 
virtual ~IdentitytoolkitRelyingpartySignupNewUserRequest ()
 
const StringPiece GetTypeName () const
 
bool has_captcha_challenge () const
 
void clear_captcha_challenge ()
 
const StringPiece get_captcha_challenge () const
 
void set_captcha_challenge (const StringPiece &value)
 
bool has_captcha_response () const
 
void clear_captcha_response ()
 
const StringPiece get_captcha_response () const
 
void set_captcha_response (const StringPiece &value)
 
bool has_disabled () const
 
void clear_disabled ()
 
bool get_disabled () const
 
void set_disabled (bool value)
 
bool has_display_name () const
 
void clear_display_name ()
 
const StringPiece get_display_name () const
 
void set_display_name (const StringPiece &value)
 
bool has_email () const
 
void clear_email ()
 
const StringPiece get_email () const
 
void set_email (const StringPiece &value)
 
bool has_email_verified () const
 
void clear_email_verified ()
 
bool get_email_verified () const
 
void set_email_verified (bool 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_instance_id () const
 
void clear_instance_id ()
 
const StringPiece get_instance_id () const
 
void set_instance_id (const StringPiece &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_password () const
 
void clear_password ()
 
const StringPiece get_password () const
 
void set_password (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_photo_url () const
 
void clear_photo_url ()
 
const StringPiece get_photo_url () const
 
void set_photo_url (const StringPiece &value)
 
bool has_tenant_id () const
 
void clear_tenant_id ()
 
const StringPiece get_tenant_id () const
 
void set_tenant_id (const StringPiece &value)
 
bool has_tenant_project_number () const
 
void clear_tenant_project_number ()
 
uint64 get_tenant_project_number () const
 
void set_tenant_project_number (uint64 value)
 

Static Public Member Functions

static IdentitytoolkitRelyingpartySignupNewUserRequestNew ()
 

Detailed Description

Request to signup new user, create anonymous user or anonymous user reauth.

Constructor & Destructor Documentation

◆ IdentitytoolkitRelyingpartySignupNewUserRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ IdentitytoolkitRelyingpartySignupNewUserRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~IdentitytoolkitRelyingpartySignupNewUserRequest()

google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::~IdentitytoolkitRelyingpartySignupNewUserRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_captcha_challenge()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::clear_captcha_challenge ( )
inline

Clears the 'captchaChallenge' attribute.

◆ clear_captcha_response()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::clear_captcha_response ( )
inline

Clears the 'captchaResponse' attribute.

◆ clear_disabled()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::clear_disabled ( )
inline

Clears the 'disabled' attribute.

◆ clear_display_name()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::clear_display_name ( )
inline

Clears the 'displayName' attribute.

◆ clear_email()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::clear_email ( )
inline

Clears the 'email' attribute.

◆ clear_email_verified()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::clear_email_verified ( )
inline

Clears the 'emailVerified' attribute.

◆ clear_id_token()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::clear_id_token ( )
inline

Clears the 'idToken' attribute.

◆ clear_instance_id()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::clear_instance_id ( )
inline

Clears the 'instanceId' attribute.

◆ clear_local_id()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::clear_local_id ( )
inline

Clears the 'localId' attribute.

◆ clear_password()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::clear_password ( )
inline

Clears the 'password' attribute.

◆ clear_phone_number()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::clear_phone_number ( )
inline

Clears the 'phoneNumber' attribute.

◆ clear_photo_url()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::clear_photo_url ( )
inline

Clears the 'photoUrl' attribute.

◆ clear_tenant_id()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::clear_tenant_id ( )
inline

Clears the 'tenantId' attribute.

◆ clear_tenant_project_number()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::clear_tenant_project_number ( )
inline

Clears the 'tenantProjectNumber' attribute.

◆ get_captcha_challenge()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::get_captcha_challenge ( ) const
inline

Get the value of the 'captchaChallenge' attribute.

◆ get_captcha_response()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::get_captcha_response ( ) const
inline

Get the value of the 'captchaResponse' attribute.

◆ get_disabled()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::get_disabled ( ) const
inline

Get the value of the 'disabled' attribute.

◆ get_display_name()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::get_display_name ( ) const
inline

Get the value of the 'displayName' attribute.

◆ get_email()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::get_email ( ) const
inline

Get the value of the 'email' attribute.

◆ get_email_verified()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::get_email_verified ( ) const
inline

Get the value of the 'emailVerified' attribute.

◆ get_id_token()

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

Get the value of the 'idToken' attribute.

◆ get_instance_id()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::get_instance_id ( ) const
inline

Get the value of the 'instanceId' attribute.

◆ get_local_id()

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

Get the value of the 'localId' attribute.

◆ get_password()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::get_password ( ) const
inline

Get the value of the 'password' attribute.

◆ get_phone_number()

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

Get the value of the 'phoneNumber' attribute.

◆ get_photo_url()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::get_photo_url ( ) const
inline

Get the value of the 'photoUrl' attribute.

◆ get_tenant_id()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::get_tenant_id ( ) const
inline

Get the value of the 'tenantId' attribute.

◆ get_tenant_project_number()

uint64 google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::get_tenant_project_number ( ) const
inline

Get the value of the 'tenantProjectNumber' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_identitytoolkit_api::IdentitytoolkitRelyingpartySignup NewUserRequest

◆ has_captcha_challenge()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::has_captcha_challenge ( ) const
inline

Determine if the 'captchaChallenge' attribute was set.

Returns
true if the 'captchaChallenge' attribute was set.

◆ has_captcha_response()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::has_captcha_response ( ) const
inline

Determine if the 'captchaResponse' attribute was set.

Returns
true if the 'captchaResponse' attribute was set.

◆ has_disabled()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::has_disabled ( ) const
inline

Determine if the 'disabled' attribute was set.

Returns
true if the 'disabled' attribute was set.

◆ has_display_name()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::has_display_name ( ) const
inline

Determine if the 'displayName' attribute was set.

Returns
true if the 'displayName' attribute was set.

◆ has_email()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::has_email ( ) const
inline

Determine if the 'email' attribute was set.

Returns
true if the 'email' attribute was set.

◆ has_email_verified()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::has_email_verified ( ) const
inline

Determine if the 'emailVerified' attribute was set.

Returns
true if the 'emailVerified' attribute was set.

◆ has_id_token()

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

Determine if the 'idToken' attribute was set.

Returns
true if the 'idToken' attribute was set.

◆ has_instance_id()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::has_instance_id ( ) const
inline

Determine if the 'instanceId' attribute was set.

Returns
true if the 'instanceId' attribute was set.

◆ has_local_id()

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

Determine if the 'localId' attribute was set.

Returns
true if the 'localId' attribute was set.

◆ has_password()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::has_password ( ) const
inline

Determine if the 'password' attribute was set.

Returns
true if the 'password' attribute was set.

◆ has_phone_number()

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

Determine if the 'phoneNumber' attribute was set.

Returns
true if the 'phoneNumber' attribute was set.

◆ has_photo_url()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::has_photo_url ( ) const
inline

Determine if the 'photoUrl' attribute was set.

Returns
true if the 'photoUrl' attribute was set.

◆ has_tenant_id()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::has_tenant_id ( ) const
inline

Determine if the 'tenantId' attribute was set.

Returns
true if the 'tenantId' attribute was set.

◆ has_tenant_project_number()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::has_tenant_project_number ( ) const
inline

Determine if the 'tenantProjectNumber' attribute was set.

Returns
true if the 'tenantProjectNumber' attribute was set.

◆ New()

IdentitytoolkitRelyingpartySignupNewUserRequest * google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_captcha_challenge()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::set_captcha_challenge ( const StringPiece &  value)
inline

Change the 'captchaChallenge' attribute.

The captcha challenge.

Parameters
[in]valueThe new value.

◆ set_captcha_response()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::set_captcha_response ( const StringPiece &  value)
inline

Change the 'captchaResponse' attribute.

Response to the captcha.

Parameters
[in]valueThe new value.

◆ set_disabled()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::set_disabled ( bool  value)
inline

Change the 'disabled' attribute.

Whether to disable the user. Only can be used by service account.

Parameters
[in]valueThe new value.

◆ set_display_name()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::set_display_name ( const StringPiece &  value)
inline

Change the 'displayName' attribute.

The name of the user.

Parameters
[in]valueThe new value.

◆ set_email()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::set_email ( const StringPiece &  value)
inline

Change the 'email' attribute.

The email of the user.

Parameters
[in]valueThe new value.

◆ set_email_verified()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::set_email_verified ( bool  value)
inline

Change the 'emailVerified' attribute.

Mark the email as verified or not. Only can be used by service account.

Parameters
[in]valueThe new value.

◆ set_id_token()

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

Change the 'idToken' attribute.

The GITKit token of the authenticated user.

Parameters
[in]valueThe new value.

◆ set_instance_id()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::set_instance_id ( const StringPiece &  value)
inline

Change the 'instanceId' attribute.

Instance id token of the app.

Parameters
[in]valueThe new value.

◆ set_local_id()

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

Change the 'localId' attribute.

Privileged caller can create user with specified user id.

Parameters
[in]valueThe new value.

◆ set_password()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::set_password ( const StringPiece &  value)
inline

Change the 'password' attribute.

The new password of the user.

Parameters
[in]valueThe new value.

◆ set_phone_number()

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

Change the 'phoneNumber' attribute.

Privileged caller can create user with specified phone number.

Parameters
[in]valueThe new value.

◆ set_photo_url()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::set_photo_url ( const StringPiece &  value)
inline

Change the 'photoUrl' attribute.

The photo url of the user.

Parameters
[in]valueThe new value.

◆ set_tenant_id()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::set_tenant_id ( const StringPiece &  value)
inline

Change the 'tenantId' attribute.

For multi-tenant use cases, in order to construct sign-in URL with the correct IDP parameters, Firebear needs to know which Tenant to retrieve IDP configs from.

Parameters
[in]valueThe new value.

◆ set_tenant_project_number()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartySignupNewUserRequest::set_tenant_project_number ( uint64  value)
inline

Change the 'tenantProjectNumber' attribute.

Tenant project number to be used for idp discovery.

Parameters
[in]valueThe new value.

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