auth0_ex v0.3.1 Auth0Ex.Management.Ticket View Source
A module representing tickets on Auth0
Link to this section Summary
Link to this section Functions
Link to this function
email_verification(user_id, body) View Source
Create an email verification ticket
iex> Auth0Ex.Management.Ticket.email_verification("auth0|user_id", %{result_url: "http://myapp.com/callback", ttl_sec: 0})
Link to this function
password_change(body) View Source
Create a password change ticket
iex> Auth0Ex.Management.Ticket.password_change(%{result_url: "http://myapp.com/callback"})