authserver

package
v0.0.0-...-7fe2d08 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2016 License: Apache-2.0 Imports: 12 Imported by: 0

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,
	tokenGenerator auth.TokenGenerator,
	providerFactory auth.ProviderFactory,
	teamDBFactory db.TeamDBFactory,
) *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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL