authHandler

package
v0.0.0-...-a9fa8a7 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2024 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAuthGrpcHandler

func NewAuthGrpcHandler(authUsecase authUsecase.AuthUsecaseService) *authGrpcHandler

Types

type AuthHttpHandlerService

type AuthHttpHandlerService interface {
	Login(c echo.Context) error
	RefreshToken(c echo.Context) error
	Logout(c echo.Context) error
	OtpRequest(c echo.Context) error
	OtpVerification(c echo.Context) error
}

func NewAuthHttpHandler

func NewAuthHttpHandler(cfg *config.Config, authUsecase authUsecase.AuthUsecaseService) AuthHttpHandlerService

Jump to

Keyboard shortcuts

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