Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalSigner ¶
type LocalSigner struct {
// contains filtered or unexported fields
}
func ProvideLocalSigner ¶
func ProvideLocalSigner(keyService signingkeys.Service, features featuremgmt.FeatureToggles) (*LocalSigner, error)
func (*LocalSigner) SignIDToken ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func ProvideService ¶
func ProvideService( cfg *setting.Cfg, signer auth.IDSigner, cache remotecache.CacheStorage, features featuremgmt.FeatureToggles, authnService authn.Service, reg prometheus.Registerer, ) *Service
func (*Service) RemoveIDToken ¶
Click to show internal directories.
Click to hide internal directories.