GoogleCloudIdentitytoolkitAdminV2SendEmail class

Options for email sending.

Properties

callbackUri String?
action url in email template.
getter/setter pair
changeEmailTemplate GoogleCloudIdentitytoolkitAdminV2EmailTemplate?
Email template for change email
getter/setter pair
dnsInfo GoogleCloudIdentitytoolkitAdminV2DnsInfo?
Information of custom domain DNS verification.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
legacyResetPasswordTemplate GoogleCloudIdentitytoolkitAdminV2EmailTemplate?
Reset password email template for legacy Firebase V1 app.
getter/setter pair
method String?
The method used for sending an email. Possible string values are:
getter/setter pair
resetPasswordTemplate GoogleCloudIdentitytoolkitAdminV2EmailTemplate?
Email template for reset password
getter/setter pair
revertSecondFactorAdditionTemplate GoogleCloudIdentitytoolkitAdminV2EmailTemplate?
Email template for reverting second factor addition emails
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smtp GoogleCloudIdentitytoolkitAdminV2Smtp?
Use a custom SMTP relay
getter/setter pair
verifyEmailTemplate GoogleCloudIdentitytoolkitAdminV2EmailTemplate?
Email template for verify email
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited