Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2.authentication / AuthenticationMethod / Internal / MessageDetails

MessageDetails

open class MessageDetails

Represents messages sent to the user such as a one-time password or a code to reset her·his personal password.

Constructors

<init>

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.

Properties

locale

val locale: Locale?

The locale of the template to use. As many locales as necessary may be defined on the Webcom developer console.

template

val template: String?

The identifier of the message template defined on the Webcom developer console (e.g. "login").

Inheritors

MessageDetails

class MessageDetails : AuthenticationMethod.Internal.MessageDetails

Specialization of Internal.MessageDetails for OneTimePasswordMethod.