Versions in this module Expand all Collapse all v1 v1.0.2 Jul 5, 2019 v1.0.1 Mar 28, 2019 Changes in this version + func RegisterNewDriver(driver string, defaultscopes []string, ...) + type Dispatcher struct + func NewDispatcher() *Dispatcher + func (d *Dispatcher) Handle(state, code string) (*structs.User, *oauth2.Token, error) + func (d *Dispatcher) New() *Gocial + type Gocial struct + Token *oauth2.Token + User structs.User + func (g *Gocial) Driver(driver string) *Gocial + func (g *Gocial) Handle(state, code string) error + func (g *Gocial) Redirect(clientID, clientSecret, redirectURL string) (string, error) + func (g *Gocial) Scopes(scopes []string) *Gocial