package
Version:
v0.0.0-...-1310e1d
Opens a new window with list of versions in this module.
Published: Oct 31, 2018
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
¶
Package identity exposes the Identity
interface
type Identity interface {
Username() string
SetUsername(username string)
Authenticated() bool
SetAuthenticated(auth bool)
}
Identity has to be implemented
by authenticators
Source Files
¶
Directories
¶
Package basicidentity implements the identity.Identity interface for basic (ie delegated) identity authentication.
|
Package basicidentity implements the identity.Identity interface for basic (ie delegated) identity authentication. |
Click to show internal directories.
Click to hide internal directories.