View Source Auth0.Management.Tickets (Auth0Api v2.2.0)

Summary

Functions

Create an email verification ticket for a given user. An email verification ticket is a generated URL that the user can consume to verify their email address.

Create a password change ticket for a given user. A password change ticket is a generated URL that the user can consume to start a reset password flow.

Types

@type config() :: Auth0.Config.t()
@type error() :: {:error, integer(), term()} | {:error, term()}

Functions

Link to this function

create_email_verification(params, config)

View Source
@spec create_email_verification(map(), config()) :: {:ok, map()} | error()

Create an email verification ticket for a given user. An email verification ticket is a generated URL that the user can consume to verify their email address.

see

https://auth0.com/docs/api/management/v2/tickets/post-email-verification

Link to this function

create_password_change(params, config)

View Source
@spec create_password_change(map(), config()) :: {:ok, map()} | error()

Create a password change ticket for a given user. A password change ticket is a generated URL that the user can consume to start a reset password flow.

see

https://auth0.com/docs/api/management/v2/tickets/post-password-change