Documentation ¶
Overview ¶
Package authncache implements a cache of active authenticators.
Index ¶
Constants ¶
View Source
const ErrNoSuchAuthenticator = constable.Error("no such authenticator")
ErrNoSuchAuthenticator is returned by Cache.AuthenticateTokenCredentialRequest() when the requested authenticator is not configured.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache implements the authenticator.Token interface by multiplexing across a dynamic set of authenticators loaded from authenticator resources.
func (*Cache) AuthenticateTokenCredentialRequest ¶
type Value ¶
type Value interface { authenticator.Token }
Click to show internal directories.
Click to hide internal directories.