gooauthrequest

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2025 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangePasswordRequest added in v0.2.6

type ChangePasswordRequest struct {
	KeycloakUserId string
	NewPassword    string
	PrePassword    string
}

type CreateUser

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

type UpdateUserRequest struct {
	FirstName string `json:"first_name"`
	LastName  string `json:"last_name"`
}

type ValidateOauthCodeRequest added in v0.1.9

type ValidateOauthCodeRequest struct {
	Username string `json:"-"`
	Code     string `json:"code"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL