open class MessageDetails
Represents messages sent to the user such as a one-time password or a code to reset her·his personal password.
MessageDetails(template: String? = null, locale: Locale? = null)
Represents messages sent to the user such as a one-time password or a code to reset her·his personal password. |
val locale: Locale?
The locale of the template to use. As many locales as necessary may be defined on the Webcom developer console. |
|
val template: String?
The identifier of the message template defined on the Webcom developer console (e.g.
" |
class MessageDetails : AuthenticationMethod.Internal.MessageDetails
Specialization of Internal.MessageDetails for OneTimePasswordMethod. |