Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
type Authenticator interface {
AuthenticateUser(ctx context.Context, role UserRole) (context.Context, error)
}
func New ¶
func New(manifest agent.Computation) (Authenticator, error)
Click to show internal directories.
Click to hide internal directories.