Versions in this module Expand all Collapse all v3 v3.7.3 Apr 29, 2020 Changes in this version + type Config struct + AuthCookieName string + AuthorizeURL string + ClientID string + ClientSecret string + LogoutURL string + RootURL string + StateCookieName string + TokenURL string + type OAuthClient struct + func New(c *component.Component, config Config) (*OAuthClient, error) + func (oc *OAuthClient) AuthCookie() *cookie.Cookie + func (oc *OAuthClient) HandleCallback(c echo.Context) error + func (oc *OAuthClient) HandleLogin(c echo.Context) error + func (oc *OAuthClient) HandleLogout(c echo.Context) error + func (oc *OAuthClient) HandleToken(c echo.Context) error + func (oc *OAuthClient) StateCookie() *cookie.Cookie