Versions in this module Expand all Collapse all v1 v1.1.0 Mar 17, 2026 Changes in this version + type CallbackHandler struct + func NewCallbackHandler(keycloakAuth *caa.KeycloakAuthService) CallbackHandler + func (ch CallbackHandler) Handle(c echo.Context) error + type LoginHandler struct + func NewLoginHandler(keycloakAuth *caa.KeycloakAuthService) LoginHandler + func (lh LoginHandler) Handle(c echo.Context) error + type LogoutHandler struct + func NewLogoutHandler(keycloakAuth *caa.KeycloakAuthService) LogoutHandler + func (lh LogoutHandler) Handle(c echo.Context) error + type RefreshTokenHandler struct + func NewRefreshTokenHandler(keycloakAuth *caa.KeycloakAuthService) RefreshTokenHandler + func (rth RefreshTokenHandler) Handle(c echo.Context) error