request

package
v0.0.0-...-34ab1a3 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticationRequest

type AuthenticationRequest struct {
	Email    string `json:"email"`
	Password string `json:"password"`
}

func GetAuthenticationRequest

func GetAuthenticationRequest(c *gin.Context) (*AuthenticationRequest, error)

type IdentificationRequest

type IdentificationRequest struct {
	AccessToken string
}

func GetIdentificationRequest

func GetIdentificationRequest(c *gin.Context) (*IdentificationRequest, error)

type PasswordSaltByEmailRequest

type PasswordSaltByEmailRequest struct {
	Email string
}

func GetPasswordSaltByEmailRequest

func GetPasswordSaltByEmailRequest(c *gin.Context) (*PasswordSaltByEmailRequest, error)

type RefreshRequest

type RefreshRequest struct {
	RefreshToken string
}

func GetRefreshRequest

func GetRefreshRequest(c *gin.Context) (*RefreshRequest, error)

type RegistrationRequest

type RegistrationRequest struct {
	Email        string `json:"email"`
	Password     string `json:"password"`
	PasswordSalt string `json:"passwordSalt"`
}

func GetRegistrationRequest

func GetRegistrationRequest(c *gin.Context) (*RegistrationRequest, error)

Jump to

Keyboard shortcuts

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