Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDirectory ¶
func NewDirectory(path string, redirectURL string) oauthenticator.Provider
Types ¶
type Configdata ¶
type Configdata struct { Type_ string `json:"type"` Label_ string `json:"label"` ClientID string `json:"clientid"` ClientSecret string `json:"clientsecret"` AuthURL string `json:"authurl"` TokenURL string `json:"tokenurl"` Params map[string]string `json:"params"` }
func (*Configdata) Endpoint ¶
func (c *Configdata) Endpoint() oauth2.Endpoint
func (*Configdata) Label ¶
func (c *Configdata) Label() string
func (*Configdata) Load ¶
func (c *Configdata) Load(path string) error
func (*Configdata) Type ¶
func (c *Configdata) Type() string
Click to show internal directories.
Click to hide internal directories.