Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FiberController ¶ added in v1.2.0
func (*FiberController) AuthorizeLinkGen ¶ added in v1.2.0
func (f *FiberController) AuthorizeLinkGen(c fiber.Ctx) error
func (*FiberController) Callback ¶ added in v1.2.0
func (f *FiberController) Callback(c fiber.Ctx) error
func (*FiberController) Create ¶ added in v1.2.0
func (f *FiberController) Create(c fiber.Ctx) error
func (*FiberController) OpenIDCallback ¶ added in v1.2.0
func (f *FiberController) OpenIDCallback(c fiber.Ctx) error
type GinController ¶
func (*GinController) AuthorizeLinkGen ¶
func (g *GinController) AuthorizeLinkGen(c *gin.Context)
func (*GinController) Callback ¶
func (g *GinController) Callback(c *gin.Context)
func (*GinController) Create ¶
func (g *GinController) Create(c *gin.Context)
func (*GinController) OpenIDCallback ¶
func (g *GinController) OpenIDCallback(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.