Class Passwords.ResetByEmailStartParameters
-
- All Implemented Interfaces:
public final class Passwords.ResetByEmailStartParametersData class used for wrapping parameters used with Passwords ResetByEmailStart endpoint
-
-
Field Summary
Fields Modifier and Type Field Description private final StringorganizationIdprivate final StringemailAddressprivate final StringloginRedirectUrlprivate final StringresetPasswordRedirectUrlprivate final IntegerresetPasswordExpirationMinutesprivate final StringresetPasswordTemplateIdprivate final StringverifyEmailTemplateIdprivate final Localelocale
-
Constructor Summary
Constructors Constructor Description Passwords.ResetByEmailStartParameters(String organizationId, String emailAddress, String loginRedirectUrl, String resetPasswordRedirectUrl, Integer resetPasswordExpirationMinutes, String resetPasswordTemplateId, String verifyEmailTemplateId, Locale locale)Passwords.ResetByEmailStartParameters(String organizationId, String emailAddress, String loginRedirectUrl, String resetPasswordRedirectUrl, Integer resetPasswordExpirationMinutes, String resetPasswordTemplateId, String verifyEmailTemplateId)Passwords.ResetByEmailStartParameters(String organizationId, String emailAddress, String loginRedirectUrl, String resetPasswordRedirectUrl, Integer resetPasswordExpirationMinutes, String resetPasswordTemplateId)Passwords.ResetByEmailStartParameters(String organizationId, String emailAddress, String loginRedirectUrl, String resetPasswordRedirectUrl, Integer resetPasswordExpirationMinutes)Passwords.ResetByEmailStartParameters(String organizationId, String emailAddress, String loginRedirectUrl, String resetPasswordRedirectUrl)Passwords.ResetByEmailStartParameters(String organizationId, String emailAddress, String loginRedirectUrl)Passwords.ResetByEmailStartParameters(String organizationId, String emailAddress)
-
Method Summary
Modifier and Type Method Description final StringgetOrganizationId()is the member's organization ID final StringgetEmailAddress()is the member's email address final StringgetLoginRedirectUrl()is the url where you should be redirected after a login final StringgetResetPasswordRedirectUrl()is the url where you should be redirected after a reset final IntegergetResetPasswordExpirationMinutes()is the duration after which a reset password request should expire final StringgetResetPasswordTemplateId()Use a custom template for password reset emails. final StringgetVerifyEmailTemplateId()Use a custom template for password verify emails. final LocalegetLocale()-
-
Constructor Detail
-
Passwords.ResetByEmailStartParameters
Passwords.ResetByEmailStartParameters(String organizationId, String emailAddress, String loginRedirectUrl, String resetPasswordRedirectUrl, Integer resetPasswordExpirationMinutes, String resetPasswordTemplateId, String verifyEmailTemplateId, Locale locale)
-
Passwords.ResetByEmailStartParameters
Passwords.ResetByEmailStartParameters(String organizationId, String emailAddress, String loginRedirectUrl, String resetPasswordRedirectUrl, Integer resetPasswordExpirationMinutes, String resetPasswordTemplateId, String verifyEmailTemplateId)
-
Passwords.ResetByEmailStartParameters
Passwords.ResetByEmailStartParameters(String organizationId, String emailAddress, String loginRedirectUrl, String resetPasswordRedirectUrl, Integer resetPasswordExpirationMinutes, String resetPasswordTemplateId)
-
Passwords.ResetByEmailStartParameters
Passwords.ResetByEmailStartParameters(String organizationId, String emailAddress, String loginRedirectUrl, String resetPasswordRedirectUrl, Integer resetPasswordExpirationMinutes)
-
Passwords.ResetByEmailStartParameters
Passwords.ResetByEmailStartParameters(String organizationId, String emailAddress, String loginRedirectUrl, String resetPasswordRedirectUrl)
-
Passwords.ResetByEmailStartParameters
Passwords.ResetByEmailStartParameters(String organizationId, String emailAddress, String loginRedirectUrl)
-
-
Method Detail
-
getOrganizationId
final String getOrganizationId()
is the member's organization ID
-
getEmailAddress
final String getEmailAddress()
is the member's email address
-
getLoginRedirectUrl
final String getLoginRedirectUrl()
is the url where you should be redirected after a login
-
getResetPasswordRedirectUrl
final String getResetPasswordRedirectUrl()
is the url where you should be redirected after a reset
-
getResetPasswordExpirationMinutes
final Integer getResetPasswordExpirationMinutes()
is the duration after which a reset password request should expire
-
getResetPasswordTemplateId
final String getResetPasswordTemplateId()
Use a custom template for password reset emails. By default, it will use your default email template. The template must be a template using our built-in customizations or a custom HTML email for Password Reset.
-
getVerifyEmailTemplateId
final String getVerifyEmailTemplateId()
Use a custom template for password verify emails. By default, it will use your default email template. The template must be a template using our built-in customizations or a custom HTML email for Password Verification.
-
getLocale
final Locale getLocale()
-
-
-
-