Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionAuthenticator ¶
type SessionAuthenticator interface { authenticator.Request handlers.AuthenticationSuccessHandler SessionInvalidator }
func NewAuthenticator ¶
func NewAuthenticator(store Store, maxAge time.Duration) SessionAuthenticator
func NewBootstrapAuthenticator ¶
func NewBootstrapAuthenticator(delegate SessionAuthenticator, getter bootstrap.BootstrapUserDataGetter, store Store) SessionAuthenticator
type SessionInvalidator ¶
type SessionInvalidator interface {
InvalidateAuthentication(w http.ResponseWriter, user user.Info) error
}
Click to show internal directories.
Click to hide internal directories.