|
identitytoolkit
v3
|
#include <identitytoolkit_relyingparty_set_project_config_request.h>
Static Public Member Functions | |
| static IdentitytoolkitRelyingpartySetProjectConfigRequest * | New () |
Request to set the project configuration.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'allowPasswordUser' attribute.
|
inline |
Clears the 'apiKey' attribute.
|
inline |
Clears the 'authorizedDomains' attribute.
|
inline |
Clears the 'changeEmailTemplate' attribute.
|
inline |
Clears the 'delegatedProjectNumber' attribute.
|
inline |
Clears the 'enableAnonymousUser' attribute.
|
inline |
Clears the 'idpConfig' attribute.
|
inline |
Clears the 'legacyResetPasswordTemplate' attribute.
|
inline |
Clears the 'resetPasswordTemplate' attribute.
|
inline |
Clears the 'useEmailSending' attribute.
|
inline |
Clears the 'verifyEmailTemplate' attribute.
|
inline |
Get the value of the 'allowPasswordUser' attribute.
|
inline |
Get the value of the 'apiKey' attribute.
|
inline |
Get a reference to the value of the 'authorizedDomains' attribute.
| const EmailTemplate google_identitytoolkit_api::IdentitytoolkitRelyingpartySetProjectConfigRequest::get_change_email_template | ( | ) | const |
Get a reference to the value of the 'changeEmailTemplate' attribute.
|
inline |
Get the value of the 'delegatedProjectNumber' attribute.
|
inline |
Get the value of the 'enableAnonymousUser' attribute.
| const client::JsonCppArray<IdpConfig > google_identitytoolkit_api::IdentitytoolkitRelyingpartySetProjectConfigRequest::get_idp_config | ( | ) | const |
Get a reference to the value of the 'idpConfig' attribute.
| const EmailTemplate google_identitytoolkit_api::IdentitytoolkitRelyingpartySetProjectConfigRequest::get_legacy_reset_password_template | ( | ) | const |
Get a reference to the value of the 'legacyResetPasswordTemplate' attribute.
| const EmailTemplate google_identitytoolkit_api::IdentitytoolkitRelyingpartySetProjectConfigRequest::get_reset_password_template | ( | ) | const |
Get a reference to the value of the 'resetPasswordTemplate' attribute.
|
inline |
Get the value of the 'useEmailSending' attribute.
| const EmailTemplate google_identitytoolkit_api::IdentitytoolkitRelyingpartySetProjectConfigRequest::get_verify_email_template | ( | ) | const |
Get a reference to the value of the 'verifyEmailTemplate' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_identitytoolkit_api::IdentitytoolkitRelyingpartySetPro jectConfigRequest
|
inline |
Determine if the 'allowPasswordUser' attribute was set.
allowPasswordUser' attribute was set.
|
inline |
Determine if the 'apiKey' attribute was set.
apiKey' attribute was set.
|
inline |
Determine if the 'authorizedDomains' attribute was set.
authorizedDomains' attribute was set.
|
inline |
Determine if the 'changeEmailTemplate' attribute was set.
changeEmailTemplate' attribute was set.
|
inline |
Determine if the 'delegatedProjectNumber' attribute was set.
delegatedProjectNumber' attribute was set.
|
inline |
Determine if the 'enableAnonymousUser' attribute was set.
enableAnonymousUser' attribute was set.
|
inline |
Determine if the 'idpConfig' attribute was set.
idpConfig' attribute was set.
|
inline |
Determine if the 'legacyResetPasswordTemplate' attribute was set.
legacyResetPasswordTemplate' attribute was set.
|
inline |
Determine if the 'resetPasswordTemplate' attribute was set.
resetPasswordTemplate' attribute was set.
|
inline |
Determine if the 'useEmailSending' attribute was set.
useEmailSending' attribute was set.
|
inline |
Determine if the 'verifyEmailTemplate' attribute was set.
verifyEmailTemplate' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'authorizedDomains' property.
Authorized domains for widget redirect.
| EmailTemplate google_identitytoolkit_api::IdentitytoolkitRelyingpartySetProjectConfigRequest::mutable_changeEmailTemplate | ( | ) |
Gets a reference to a mutable value of the 'changeEmailTemplate' property.
Change email template.
| client::JsonCppArray<IdpConfig > google_identitytoolkit_api::IdentitytoolkitRelyingpartySetProjectConfigRequest::mutable_idpConfig | ( | ) |
Gets a reference to a mutable value of the 'idpConfig' property.
Oauth2 provider configuration.
| EmailTemplate google_identitytoolkit_api::IdentitytoolkitRelyingpartySetProjectConfigRequest::mutable_legacyResetPasswordTemplate | ( | ) |
Gets a reference to a mutable value of the 'legacyResetPasswordTemplate' property.
Legacy reset password email template.
| EmailTemplate google_identitytoolkit_api::IdentitytoolkitRelyingpartySetProjectConfigRequest::mutable_resetPasswordTemplate | ( | ) |
Gets a reference to a mutable value of the 'resetPasswordTemplate' property.
Reset password email template.
| EmailTemplate google_identitytoolkit_api::IdentitytoolkitRelyingpartySetProjectConfigRequest::mutable_verifyEmailTemplate | ( | ) |
Gets a reference to a mutable value of the 'verifyEmailTemplate' property.
Verify email template.
|
static |
Creates a new default instance.
|
inline |
Change the 'allowPasswordUser' attribute.
Whether to allow password user sign in or sign up.
| [in] | value | The new value. |
|
inline |
Change the 'apiKey' attribute.
Browser API key, needed when making http request to Apiary.
| [in] | value | The new value. |
|
inline |
Change the 'delegatedProjectNumber' attribute.
GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration.
| [in] | value | The new value. |
|
inline |
Change the 'enableAnonymousUser' attribute.
Whether to enable anonymous user.
| [in] | value | The new value. |
|
inline |
Change the 'useEmailSending' attribute.
Whether to use email sending provided by Firebear.
| [in] | value | The new value. |