Documentation
¶
Overview ¶
Package idpcache implements a cache of active identity providers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoSuchIDP is returned by Cache.AuthenticateTokenCredentialRequest() when the requested IDP is not configured. ErrNoSuchIDP = fmt.Errorf("no such identity provider") )
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 identity providers loaded from IDP resources.
func (*Cache) AuthenticateTokenCredentialRequest ¶
type Value ¶
type Value interface {
authenticator.Token
}
Click to show internal directories.
Click to hide internal directories.