RegisterInfo

open class RegisterInfo

An object holding information regarding the registration, such us the link to be sent by email and/or SMS

Properties

Link copied to clipboard
private open var emailSentTo: String
the email to which the credential will be sent.
Link copied to clipboard
private open val isSMSEnabled: Boolean
If the authentication tokens can be generated and retrieved by the administrators
Link copied to clipboard
private open val isSubscriberEmail: Boolean
the email for which the credential will be sent is same as the email of the subscriber
Link copied to clipboard
private open var withSMSDevice: Boolean
the authentication has been done with a device with SMS support which means user may receive the credential by SMS

Functions

Link copied to clipboard
open fun isWithSMSDevice(): Boolean
Link copied to clipboard
open fun setSMSEnabled(isSMSEnabled: Boolean)
Link copied to clipboard
open fun setSubscriberEmail(subscriberEmail: Boolean)