Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAuthFailure = errors.New("auth: Authentication failure") ErrAuthProviderNotFound = errors.New("auth: Authentication provider not found") )
Functions ¶
func Register ¶
func Register(name string, provider Authenticator)
func Unregister ¶
func Unregister(name string)
Types ¶
type Authenticator ¶
Click to show internal directories.
Click to hide internal directories.