Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomAuthenticator ¶
type CustomAuthenticator struct {
// contains filtered or unexported fields
}
func NewCustomAuthenticator ¶
func NewCustomAuthenticator(repo repository.Repository) *CustomAuthenticator
func (*CustomAuthenticator) AuthenticateRequest ¶
func (a *CustomAuthenticator) AuthenticateRequest(r *http.Request) (*authenticator.Response, bool, error)
Click to show internal directories.
Click to hide internal directories.