Documentation
¶
Index ¶
- type Local
- func (p *Local) Authenticate(uid, pwd string) (string, error)
- func (p *Local) Authenticated(cookie string) (string, string, string, error)
- func (p *Local) Invalidate(tokenType auth.TokenType, cookie string) error
- func (p *Local) Preauthenticate() (string, error)
- func (p *Local) Validate(uid, pwd string) error
- func (p *Local) Verify(tokenType auth.TokenType, cookie string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Local ¶
func NewAuthProvider ¶
func (*Local) Authenticated ¶
func (*Local) Invalidate ¶
func (*Local) Preauthenticate ¶
Click to show internal directories.
Click to hide internal directories.