Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthHandler ¶
type AuthHandler struct {
// contains filtered or unexported fields
}
func NewAuthHandler ¶
func NewAuthHandler(app *app.Application) *AuthHandler
func (*AuthHandler) GetAccessNRefreshToken ¶
func (h *AuthHandler) GetAccessNRefreshToken(c *fiber.Ctx) error
func (*AuthHandler) PostRefreshToken ¶
func (h *AuthHandler) PostRefreshToken(c *fiber.Ctx) error
func (*AuthHandler) TestTokenCreate ¶
func (h *AuthHandler) TestTokenCreate(c *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.