Parameters
data class Parameters(val email: String, val organizationId: String, val loginRedirectUrl: String? = null, val signupRedirectUrl: String? = null, val loginTemplateId: String? = null, val signupTemplateId: String? = null)
Data class used for wrapping parameters used with requesting an email magic link
Constructors
Properties
Link copied to clipboard
is the url where you should be redirected for login
Link copied to clipboard
Use a custom template for login 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 Magic links - Login.
Link copied to clipboard
is the member's organization ID
Link copied to clipboard
is the url where you should be redirected for signup
Link copied to clipboard
Use a custom template for sign-up 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 Magic links - Sign-up.