Documentation
¶
Overview ¶
Package local contains a local HTTP server used with interactive authentication.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
// Code is the code sent by the authority server.
Code string
// Err is set if there was an error.
Err error
}
Result is the result from the redirect.
type Server ¶
type Server struct {
// Addr is the address the server is listening on.
Addr string
// contains filtered or unexported fields
}
Server is an HTTP server.
Click to show internal directories.
Click to hide internal directories.