Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DelegatingAuthenticator ¶
type DelegatingAuthenticator struct {
Authenticators []api.Authenticator
}
func New ¶
func New() *DelegatingAuthenticator
func (*DelegatingAuthenticator) Add ¶
func (d *DelegatingAuthenticator) Add(a api.Authenticator)
func (*DelegatingAuthenticator) Authenticate ¶
func (d *DelegatingAuthenticator) Authenticate(ctx context.Context, t transport.Transporter) (*api.Identity, api.Decision)
Click to show internal directories.
Click to hide internal directories.