Auth0.Management.Tickets (Auth0Api v1.4.0) View Source

Documentation for Auth0 Management API of Tickets.

endpoint

  • /api/v2/tickets/email-verification
  • /api/v2/tickets/password-change

Link to this section Summary

Functions

Create an email verification ticket.

Create a password change ticket.

Link to this section Types

Specs

config() :: Auth0.Config.t()

Specs

error() :: {:error, integer(), term()} | {:error, term()}

Specs

response_body() :: String.t()

Link to this section Functions

Link to this function

create_email_verification(params, config)

View Source

Specs

Create an email verification ticket.

see

https://auth0.com/docs/api/management/v2/#!/Tickets/post_email_verification

Link to this function

create_password_change(params, config)

View Source

Specs

Create a password change ticket.

see

https://auth0.com/docs/api/management/v2/#!/Tickets/post_password_change