Documentation ¶
Index ¶
Constants ¶
View Source
const BasicAuthDisplayName = "Basic Auth"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer( logger lager.Logger, externalURL string, oAuthBaseURL string, authTokenGenerator auth.AuthTokenGenerator, csrfTokenGenerator auth.CSRFTokenGenerator, providerFactory auth.ProviderFactory, teamFactory db.TeamFactory, expire time.Duration, isTLSEnabled bool, ) *Server
func (*Server) GetAuthToken ¶
func (s *Server) GetAuthToken(w http.ResponseWriter, r *http.Request)
func (*Server) ListAuthMethods ¶
func (s *Server) ListAuthMethods(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.