Documentation
¶
Index ¶
- func GetLogin(ctx *appContext.Context, authService service.AuthService) func(echo.Context) error
- func GetLogout(ctx *appContext.Context, authService service.AuthService) func(echo.Context) error
- func GetOpenIDCallback(ctx *appContext.Context, openidService openid.Service) func(echo.Context) error
- func GetOpenIDConfig(ctx *appContext.Context, cfg *config.OpenIDConfig, ...) func(echo.Context) error
- func GetRefresh(ctx *appContext.Context, authService service.AuthService) func(echo.Context) error
- type OpenIDConfigResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLogin ¶
func GetLogin(ctx *appContext.Context, authService service.AuthService) func(echo.Context) error
func GetLogout ¶
func GetLogout(ctx *appContext.Context, authService service.AuthService) func(echo.Context) error
func GetOpenIDCallback ¶
func GetOpenIDConfig ¶
func GetOpenIDConfig(ctx *appContext.Context, cfg *config.OpenIDConfig, openidService openid.Service) func(echo.Context) error
func GetRefresh ¶
func GetRefresh(ctx *appContext.Context, authService service.AuthService) func(echo.Context) error
Types ¶
Click to show internal directories.
Click to hide internal directories.