Package com.auth0.json.mgmt.guardian
Class GuardianTemplates
java.lang.Object
com.auth0.json.mgmt.guardian.GuardianTemplates
Class that represents an Auth0 Guardian SMS Templates object. Related to the
GuardianEntity
entity.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the message to send when the user enrolls with SMS.Getter for the message to send when the user is prompted to verify their account via SMS.void
setEnrollmentMessage
(String enrollmentMessage) Setter for the message to send when the user enrolls with SMS.void
setVerificationMessage
(String verificationMessage) Setter for the message to send when the user is prompted to verify their account via SMS.
-
Constructor Details
-
GuardianTemplates
-
-
Method Details
-
getEnrollmentMessage
Getter for the message to send when the user enrolls with SMS.- Returns:
- the message to send upon enrollment.
-
setEnrollmentMessage
Setter for the message to send when the user enrolls with SMS.- Parameters:
enrollmentMessage
- the message to send upon enrollment.
-
getVerificationMessage
Getter for the message to send when the user is prompted to verify their account via SMS.- Returns:
- the message to send upon verification.
-
setVerificationMessage
Setter for the message to send when the user is prompted to verify their account via SMS.- Parameters:
verificationMessage
- the message to send upon verification.
-