EmailSettings

The configuration for the email sent when an app user forgets their password.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The contents of the email message.

Link copied to clipboard

The contents of the subject line of the email message.

Functions

Link copied to clipboard
inline fun copy(block: EmailSettings.Builder.() -> Unit = {}): EmailSettings
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String