package
1.9.0
Repository: https://github.com/auth0/go-auth0.git
Documentation: pkg.go.dev

# Structs

LoginWithEmailRequest defines the request body for exchanging a code requested by `SendEmail` for a token.
LoginWithSMSRequest defines the request body for exchanging a code requested by `SendSMS` for a token.
SendEmailRequest defines the request body for starting a passwordless flow via email.
SendEmailResponse defines the response from the `SendEmail` request.
SendSMSRequest defines the request body for starting a passwordless flow via email.
SendSMSResponse defines the response from the `SendSMS` request.