# 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.