Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service handles request as described by the pbs.OrgServiceServer interface.
func NewService ¶
func NewService(kms *kms.Kms, pwRepo common.PasswordAuthRepoFactory, iamRepo common.IamRepoFactory, atRepo common.AuthTokenRepoFactory) (Service, error)
NewService returns an org service which handles org related requests to boundary.
func (Service) Authenticate ¶
func (s Service) Authenticate(ctx context.Context, req *pbs.AuthenticateRequest) (*pbs.AuthenticateResponse, error)
Authenticate implements the interface pbs.AuthenticationServiceServer.
Click to show internal directories.
Click to hide internal directories.