ResetByEmailStartParameters
data class ResetByEmailStartParameters(val email: String, val loginRedirectUrl: String? = null, val loginExpirationMinutes: UInt? = null, val resetPasswordRedirectUrl: String? = null, val resetPasswordExpirationMinutes: UInt? = null, val resetPasswordTemplateId: String? = null) : Parcelable
Data class used for wrapping parameters used with Passwords ResetByEmailStart endpoint
Constructors
Properties
Link copied to clipboard
is the duration after which the login should expire
Link copied to clipboard
is the url where you should be redirected after a login
Link copied to clipboard
is the duration after which a reset password request should expire
Link copied to clipboard
is the url where you should be redirected after a reset
Link copied to clipboard
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.