Documentation
¶
Index ¶
Constants ¶
View Source
const (
RequestTokenEndpoint = "/token/request"
DisplayTokenEndpoint = "/token/display"
ImplicitTokenEndpoint = "/token/implicit"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoints ¶
type Endpoints interface {
Install(mux login.Mux, paths ...string)
}
func NewEndpoints ¶
func NewEndpoints(publicMasterURL string, osinOAuthClientGetter func() (*osincli.Client, error)) Endpoints
Click to show internal directories.
Click to hide internal directories.