auth

package
v0.0.0-...-66e4c3a Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetUserInfoRouteParams

type GetUserInfoRouteParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`
}

GetUserInfoRouteParams contains all the bound params for the get user info route operation typically these are obtained from a http.Request

swagger:parameters GetUserInfoRoute

func NewGetUserInfoRouteParams

func NewGetUserInfoRouteParams() GetUserInfoRouteParams

NewGetUserInfoRouteParams creates a new GetUserInfoRouteParams object no default values defined in spec.

func (*GetUserInfoRouteParams) BindRequest

func (o *GetUserInfoRouteParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetUserInfoRouteParams() beforehand.

func (*GetUserInfoRouteParams) Validate

func (o *GetUserInfoRouteParams) Validate(formats strfmt.Registry) error

type PostChangePasswordRouteParams

type PostChangePasswordRouteParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*
	  In: body
	*/
	Payload *types.PostChangePasswordPayload
}

PostChangePasswordRouteParams contains all the bound params for the post change password route operation typically these are obtained from a http.Request

swagger:parameters PostChangePasswordRoute

func NewPostChangePasswordRouteParams

func NewPostChangePasswordRouteParams() PostChangePasswordRouteParams

NewPostChangePasswordRouteParams creates a new PostChangePasswordRouteParams object no default values defined in spec.

func (*PostChangePasswordRouteParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewPostChangePasswordRouteParams() beforehand.

func (*PostChangePasswordRouteParams) Validate

func (o *PostChangePasswordRouteParams) Validate(formats strfmt.Registry) error

type PostForgotPasswordCompleteRouteParams

type PostForgotPasswordCompleteRouteParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*
	  In: body
	*/
	Payload *types.PostForgotPasswordCompletePayload
}

PostForgotPasswordCompleteRouteParams contains all the bound params for the post forgot password complete route operation typically these are obtained from a http.Request

swagger:parameters PostForgotPasswordCompleteRoute

func NewPostForgotPasswordCompleteRouteParams

func NewPostForgotPasswordCompleteRouteParams() PostForgotPasswordCompleteRouteParams

NewPostForgotPasswordCompleteRouteParams creates a new PostForgotPasswordCompleteRouteParams object no default values defined in spec.

func (*PostForgotPasswordCompleteRouteParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewPostForgotPasswordCompleteRouteParams() beforehand.

func (*PostForgotPasswordCompleteRouteParams) Validate

type PostForgotPasswordRouteParams

type PostForgotPasswordRouteParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*
	  In: body
	*/
	Payload *types.PostForgotPasswordPayload
}

PostForgotPasswordRouteParams contains all the bound params for the post forgot password route operation typically these are obtained from a http.Request

swagger:parameters PostForgotPasswordRoute

func NewPostForgotPasswordRouteParams

func NewPostForgotPasswordRouteParams() PostForgotPasswordRouteParams

NewPostForgotPasswordRouteParams creates a new PostForgotPasswordRouteParams object no default values defined in spec.

func (*PostForgotPasswordRouteParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewPostForgotPasswordRouteParams() beforehand.

func (*PostForgotPasswordRouteParams) Validate

func (o *PostForgotPasswordRouteParams) Validate(formats strfmt.Registry) error

type PostLoginRouteParams

type PostLoginRouteParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*
	  In: body
	*/
	Payload *types.PostLoginPayload
}

PostLoginRouteParams contains all the bound params for the post login route operation typically these are obtained from a http.Request

swagger:parameters PostLoginRoute

func NewPostLoginRouteParams

func NewPostLoginRouteParams() PostLoginRouteParams

NewPostLoginRouteParams creates a new PostLoginRouteParams object no default values defined in spec.

func (*PostLoginRouteParams) BindRequest

func (o *PostLoginRouteParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewPostLoginRouteParams() beforehand.

func (*PostLoginRouteParams) Validate

func (o *PostLoginRouteParams) Validate(formats strfmt.Registry) error

type PostLogoutRouteParams

type PostLogoutRouteParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*
	  In: body
	*/
	Payload *types.PostLogoutPayload
}

PostLogoutRouteParams contains all the bound params for the post logout route operation typically these are obtained from a http.Request

swagger:parameters PostLogoutRoute

func NewPostLogoutRouteParams

func NewPostLogoutRouteParams() PostLogoutRouteParams

NewPostLogoutRouteParams creates a new PostLogoutRouteParams object no default values defined in spec.

func (*PostLogoutRouteParams) BindRequest

func (o *PostLogoutRouteParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewPostLogoutRouteParams() beforehand.

func (*PostLogoutRouteParams) Validate

func (o *PostLogoutRouteParams) Validate(formats strfmt.Registry) error

type PostRefreshRouteParams

type PostRefreshRouteParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*
	  In: body
	*/
	Payload *types.PostRefreshPayload
}

PostRefreshRouteParams contains all the bound params for the post refresh route operation typically these are obtained from a http.Request

swagger:parameters PostRefreshRoute

func NewPostRefreshRouteParams

func NewPostRefreshRouteParams() PostRefreshRouteParams

NewPostRefreshRouteParams creates a new PostRefreshRouteParams object no default values defined in spec.

func (*PostRefreshRouteParams) BindRequest

func (o *PostRefreshRouteParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewPostRefreshRouteParams() beforehand.

func (*PostRefreshRouteParams) Validate

func (o *PostRefreshRouteParams) Validate(formats strfmt.Registry) error

type PostRegisterRouteParams

type PostRegisterRouteParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*
	  In: body
	*/
	Payload *types.PostRegisterPayload
}

PostRegisterRouteParams contains all the bound params for the post register route operation typically these are obtained from a http.Request

swagger:parameters PostRegisterRoute

func NewPostRegisterRouteParams

func NewPostRegisterRouteParams() PostRegisterRouteParams

NewPostRegisterRouteParams creates a new PostRegisterRouteParams object no default values defined in spec.

func (*PostRegisterRouteParams) BindRequest

func (o *PostRegisterRouteParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewPostRegisterRouteParams() beforehand.

func (*PostRegisterRouteParams) Validate

func (o *PostRegisterRouteParams) Validate(formats strfmt.Registry) error

Jump to

Keyboard shortcuts

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