Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfirmEmailRequestDto ¶
type ConfirmPhoneRequestDto ¶
type LoginRequestDto ¶
type LoginResponseDto ¶
type OTPGenerateRequestDto ¶
type OTPGenerateRequestDto struct {
Phone string `json:"phone" validate:"required"`
}
OTPGenerateRequestDto - OTP generation request
type OTPGenerateResponseDto ¶
type OTPLoginRequestDto ¶
type RegistrationRequestDto ¶
type RegistrationRequestDto struct { Email string `json:"email" validate:"required,email,lte=255"` Phone string `json:"phone" validate:"required,lte=255"` Password string `json:"password" validate:"required,lte=255"` FirstName string `json:"first_name,omitempty" validate:"lte=255"` LastName string `json:"last_name,omitempty" validate:"lte=255"` }
type TokenPairResponseDto ¶
Click to show internal directories.
Click to hide internal directories.