Documentation
¶
Index ¶
- func NewSkyHandler(server *SkyServer) http.Handler
- type SkyConfig
- type SkyServer
- func (s *SkyServer) Callback(w http.ResponseWriter, r *http.Request)
- func (s *SkyServer) Login(w http.ResponseWriter, r *http.Request)
- func (s *SkyServer) Logout(w http.ResponseWriter, r *http.Request)
- func (s *SkyServer) NewLogin(w http.ResponseWriter, r *http.Request)
- func (s *SkyServer) Redirect(w http.ResponseWriter, r *http.Request, oauth2Token *oauth2.Token, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSkyHandler ¶
Types ¶
type SkyServer ¶
type SkyServer struct {
// contains filtered or unexported fields
}
func NewSkyServer ¶
Click to show internal directories.
Click to hide internal directories.