package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Mar 12, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ChangePasswordRequest struct {
KeycloakUserId string
NewPassword string
PrePassword string
}
type CreateUser struct {
Email string `json:"email"`
UserName string `json:"-"`
Password string `json:"password"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Emailverify bool `json:"-"`
}
type UpdateUserRequest struct {
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
}
type ValidateOauthCodeRequest struct {
Username string `json:"-"`
Code string `json:"code"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.