Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
type Authenticator struct {
// contains filtered or unexported fields
}
func NewAuthenticator ¶
func NewAuthenticator(psm providerSettingsManager, kms keyMemStorage, rm routesManager) *Authenticator
func (*Authenticator) AuthenticateHttpRequest ¶
func (a *Authenticator) AuthenticateHttpRequest(req *http.Request) (*key.ResponseKey, []*provider.Setting, error)
Click to show internal directories.
Click to hide internal directories.