Versions in this module Expand all Collapse all v0 v0.13.0 Apr 19, 2023 Changes in this version + func NewService(config tools.GetConfig, provider *secure.Provider) *oauth.OAuthProvider + type Google struct + ClientID string + ClientSecret string + Scopes []string + func (g *Google) Authentificate(r *http.Request) (oauth.UserData, error) + func (g *Google) GenerateLink(redirectURL string) string + func (g *Google) GetName() string