Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseProvider ¶
type BaseProvider struct { App social.Provider ClientId string ClientSecret string Scope string AuthURL string TokenURL string RedirectURL string AccessType string ApprovalPrompt string }
func (*BaseProvider) CanConnect ¶
func (p *BaseProvider) CanConnect(tok *social.Token, userSocial *social.UserSocial) (bool, error)
func (*BaseProvider) GetConfig ¶
func (p *BaseProvider) GetConfig() *social.Config
Click to show internal directories.
Click to hide internal directories.