Versions in this module Expand all Collapse all v1 v1.1.0 Aug 9, 2018 v1.0.0 Jun 20, 2018 Changes in this version + type Config struct + func New(c *config.Auth) (*Config, error) + func (c *Config) Exchange(code string) (*oauth2.Token, error) + func (c *Config) Name() string + func (c *Config) Revoke(token *oauth2.Token) error + func (c *Config) StartSession(state string) *auth.Session + func (c *Config) Username(token *oauth2.Token) string + func (c *Config) Valid(token *oauth2.Token) bool