Documentation ¶
Overview ¶
Package askpass is designed to be used in the askpass sidecar to provide GSA authentication services.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Email string // contains filtered or unexported fields }
Server contains server wide state and settings for the askpass sidecar
func (*Server) GitAskPassHandler ¶
func (aps *Server) GitAskPassHandler(w http.ResponseWriter, r *http.Request)
GitAskPassHandler is the main method for clients to ask us for credentials
Click to show internal directories.
Click to hide internal directories.